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.

 
Top PHP Solutions: 1 - 25 of 1632
 
Our company has a db on a Windows box running IIS/MSSQL.  There's a table full of site names & addresses that gets updated regularly.  We have another system on a LAMP settup that's on a diffe...
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...
I want to attach background image to my mail. I am using phpmailer classes to send the mails. I can send mails with headers + image attachment  ... but not the image background attached mail ....
Currently working on grabbing a future timestamp and subtracting it from the current time to display a live on refresh countdown timer. It should display days, hours, minutes, seconds until th...
Hi I'm using the php version of nuSoap to sent a soap message and get the reply. All works well except in the reply I also get a lot of what I assume is header data (all I want is the XML) ...
Hello I am new to PHP and need to enable GD for some images...I am using PHP 5.25 on windows ..do I need to compile (how?) or is it just a configuration file change to enable it? I am confu...
I need to clean user data.  Specifically, I need to replace any characters that are not ASCII-printable with spaces.  Can I use preg_replace to do this? $user_input="Hello there, I'm user i...
I found what I was looking for, in an old thread (ID 11448788 posted by rockmansattic July 5, 2004) I do not want to set urls I want to pass the JavaScript variable straight into a PHP Session...
How do I get the text node associated with the element ReturnObject? In the attached snippet, I need the following string: 8b020dc7-7e3d-46d7-9f95-9f11d06dc475 All the examples I've seen se...
hi, How do i remove the left most character from a string?
Can anyone tell me how to install the curl library on a local WAMP server on my Windows XP machine?
I have a problem I need some serious help/advice on. Here's the scenario. I have a form with several text areas. One of these text areas allows users to enter HTML, and the rest do not. The...
Hello All, I have been trying to create a script that would prompt the user to download the file as opposed to opening in the browser. the files are pdf files. I have tried different script...
How I can convert image format .tif to jpg(or gif or png) through PHP script ?, do you know some script???
I'm making an interface-website to update a concert-list on a band-website. The list is stored as an XML file an has this structure : <?xml version='1.0' encoding='ISO-8859-1'?> <gigs><g...
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...
I used the explode function to get a string array. What I want to do know is to change the variable type in a part of that array from string to integer. That part of the array contains numbers...
Hi there, I have an XHTML form with inputs that are both array-based and not (eg <input name="cars[]"> and <input name="lastName">). I would like to iterate through all the $_POST variables a...
I am trying to get the attached code working, and can't for the life of me work out what the problem is.  I have posted it as it is while I am trying to debug it. It is to upload an image, ...
I have a form field which on submission should check if the entry is an email address of domain 'msn.com'.  If it isn't, the submission should not be permitted, otherwise if the entry is chief...
I'm having a go at making a simple ajax script with PHP and jQuery. Basically it's a list that I want to be able to update without refreshing the page. So far I can add new items to the lis...
Hi  ! I developped a library in PHP5 and  putted it into a directory of my website ("classes"). I created then three subfolders : "business", "data", "interface" so my layer are well sep...
If in your browser address bar you take away everything after the question mark and press enter, the page will refresh without the session variable set.  The problem is that the session variab...
How can i make online multiplayer games like chess,backgammon ect...for my php-mysql based web site.
Heelo, I was wanting to have this php that creats the pdf send a copy to a email... how would i write this out better to get it to work? thanks for the help note the php is is a POST ca...