Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested PHP Solutions: 176 - 200 of 6488
 
Hi e's, If I have a string like this one: $string = "one    two  3    4 five six  seven"; And if I want remove unnecessary spaces, for get a string like this one: $string = "one two 3 4 f...
Hi, I am trying to save a file in UTF-8 format. I am using the following code: $file= fopen("results.xml", "w+, ccs=UTF-8"); some code to create the $_xml . . .  iconv("ISO-8859-7...
Hi, This error I got now with my code: Notice: A session had already been started - ignoring session_start() in nav.php on line 2 This is the script: <? session_start(); if (!sessi...
Hi all, i am working on a Password change script for my site. The below script works a treat all except for one thing. If a user enters an email address thats not in the database the script...
Hello, I would like to validate that a URL is valid.  It does NOT have to be iron-clad but it should prevent big mistakes. For example, these SHOULD validate:       example.com       d...
I am logging the Remote Address using PHP. Is there anyway to log the remote computer name as well?
how to use php code in <<<EOT EOT; Is it possible? i only know how to echo a variable, but not write a statement inside (e.g. if else statement)
Hi, I am using PHP cURL to scrape site. It is working for few page after scraping few pages it is asking for captcha. I think i can resolve this thing using proxy. I tried following code...
Hello I am using Drupal, the Conent Management System  to build one of my site and I am having problems with.I hope I can find some one in here. Essentially I created a New Node type and cr...
I have a content management page written in PHP with data from mySQL.  My customer edits inventory on this page.  They upload pictures, pricing information, etc.  One of the fields they are al...
I have a time consuming PHP script. While this is loading I want a DHTML, Javascript, FLASH bar to show the progress of the script. When the script is finshed it will then show the conte...
In my server there is time display based on GMT. i.e  Thursday 25th 2007f October 2007 03:52:44 AM.... which has to be converted to my local time as of now (2:30 IST)..... i have tried with m...
Hi, I'm trying to find the cookie file for Firefox 3.x on my Vista Home Premium. I looked here: C:\Users\vkimura\AppData\Roaming\Mozilla\Firefox\Profiles\mz9wratd.default There is a ...
I'm writing a php file that -via crontab- gets executed once every minute to send out mails. I'm not being able to device a method to prevent multiple instances of this program from running si...
Dear Experts, I am using PHP for my project. Please help me with the following: I need to put a button on a form and when this button gets clicked I would like to browse to a different wi...
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...
hi, I recently started having issues with response times from a Web Service I use. The responses were taking over 2 minutes at times to come back whereas normally they are less than a seco...
Hi There, I need to completly remove html links from a php string. How can I do this? for example; $string='Client has to pay MX solicitors fee <a href="http://www.tbmc.co.uk/downloads/M...
hi, anyone can tell me some function how to retrieve picture from mysql table (blob field) and show it on the web page. thanks.
Is threre any way to increase the default file size of 2MB to 20 MB, my web server admin won't allow changes in the php.ini on the server. Is threre any way I can allow my users upload around ...
Hi, I would like to know if anyone has successfully used either of these 2 to access GMAIL via IMAP: Gmail Lite: http://gmail-lite.sourceforge.net/wordpress/ Roundcube: http://roundcube...
We run the MPee3 MP3 Search Engine at http://www.mpee3.com and we need a java or php code that we can add to our search result page so that when the user clicks a .mp3 link that it will force\...
Hi All, I was really blown away by the http://www.gmap-pedometer.com/ and thought of using the Google Maps API for something else. What im trying to do is, if i know: 1) Point A (in Lat...
I'm looking for a regex for a valid Windows file name which doesn't contain such characters : \ / : * ? < > | Can anyone show me an example please ? Thanks
I tried using INPUT type=hidden as a text area but my resume field keeps showing up... Any suggestions or fixes?