Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PHP Solutions: 26 - 50 of 5279
 
i have an array like this $array=array("one","two","bingo","three","four"); i want to remove the "bingo" (i know his key)... i tried with " unset($array[2]); but then there's an "hole" i...
Hi,     I want to get the image with in javascript. This is my code, <script language = javascript  > function imagewidth() { var img   = "tick.gif"; var img1 = image.width; alert(img1)...
I will be interviewing a PHP developer this week, and although myself have only worked briefly in PHP, only to the extent of building my own shopping cart application and general basic stuff. ...
hi, How do i remove the left most character from a string?
How I can convert image format .tif to jpg(or gif or png) through PHP script ?, do you know some script???
I want to know how we can POP up an image on mouse over on a text link or on image. Like http://www.ckwi.com/it_is.php I have tried with JAVA Script but the pop up position is fix for all ...
I'm creating an application that needs to have certain preferences / initialization settings globally available to functions, etc.  When using the code below, the variables declared outside th...
Is there a way I can take a value of hex lets say 24 which is a dollar sign and convert that to ascii, so I could store the ascii value in a variable? Thanks, jmsloan
I need to trim a php string word by word until it is under a certain character limit. ie I have a string "word1 word2 word3 word4 word5 word6"   I have a string limit of 20 characters...wh...
Hello, I know that this question has been asked a million times, a million different ways here at experts-exchange, but unfortunately I was unable to find an existing answer to my question in ...
I'm trying to execute command line code via a php file, but am having problem.  anybody any thoughts on where i might be going wrong? here's my code _______________________________________...
Using MediaWiki 1.11.0, is there a way I can add/delete users when logged in as WikiSysop? I see the special page UserRights, but that only allows me to control which groups existing users ...
Hi, Anyone know how to do the following? Suppose there were two string variables: $htmlString = "lorem ipsum lorem ipsum <a href=\"http://www.some-url-or-other.com\" >LINK-TEXT</a>lorem ...
i want to convert a 24 hour format like 23:11:17 to a 12 hr format 12:09:01 PM can this be done with a function already in php?
I am attempting to setup apache2.2 and php5.2.2.2 working as localhost on my windows xp computer. I have posted a previous question which is still open regarding how the apache conf file shoul...
Quick question, whats the easiest way to get the last ID number inserted into a database?
Hi, I would like to use PHP to transfer files from remote servers onto my server. I have been informed that wget is the best method to use, the only problem is, I don't know how to use it! :)...
Im getting the following while creating a big string. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4034460 bytes) in /home/httpd/vhosts/website.com/httpdoc...
Hi, I just want to know if there is something like Select .... case .... in php ? I have about 5 possible answers to evaluate in a variable and I don't want to use 5 if. Thanks in advan...
Hello, I was wondering if it was possible for me to send some variables as post data without actually having a form, or I could have the form but don't want to have a submit button. i have ...
I have a file thats at /home/server/letter.doc and I want to move it to another folder /home/server/files/letter.doc Is there a simple PHP command that would do this?
Is there a AJAX based solution or PHP based solution to check the filesize a user is trying to upload via a form. If the filesize exceeds more than 2 MB we want to give a message to the user ...
How can I create a printer friendly page, for eg an invoice, which doesn't print out a header and footer. When printing a page using the IE browser it includes the url in the footer. I don't w...
Does PHP have GetYear, GetMonth, &  GetDay Functions? For example: $Date = 2003-3-3; $Year = GetYear($Date); // yields 2003 and so on . . .
I want to make a site such as http://xeeber.com. I want to check status and get avatar of any yahoo ID. Please help me, thanks. How to solve this problem?