Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Time Tested PHP Solutions: 26 - 50 of 6461
 
Hi, I save tuples in the database using a php script, and to save the timestamp I use the time() function. Another page I write in php displays all the information added by the first scrip...
i have folder full of images. is there any way using php to delete the file(s) example i have 4 files (images) called D001_image1.jpg D001_image2.jpg D002_image1.jpg D003_image...
After I install phpmyadmin finish it warn me Cannot load mcrypt extension. Please check your PHP configuration. How can I fix the problem
Is there a sample application/example that i can download somewhere. I'm new to cakePHP and I'm not understanding the manual and need to see how someone else did it. Thanks
I'm just trying to echo the current session variables. Believe me Ive been reading and reading and still can get results. What am I missing? session_start();  // Do I need to start a sessi...
How do you convert a password that has been put into md5 format back into regular text to allow for a safe login?  I am trying to login to my site, but the password has been set to md5 format,...
I would like to know how I can get a javascript variable into a php variable. I have one page with the javascript variable. The user will click a button then a new page will load and I need so...
Dear experts -                I have installed php 5.3.0 and PhpPgadmin-4.2.2. I created a sample test page for php and it workfine. But when I try to do http://localhost/phpPgAdmin-4...
Hi, I am sending xml using cURL and today I ran into SOAP requirement for the first time. rather then implement something like nuSOAP and save myself some time. Is there any way to add the SOA...
Following is the first statement in the index.php file of a website:                 ini_set('display_errors', E_ALL); After checking the manual in http://ca.php.net/ini_set, I want to mak...
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 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?
Hi there Experts, I am doing a quick Rapidshare link checking script, that posts Rapidshare URL's via CURL to rapidshare.com's link checker then recives the result. Basically I will be p...
As you know a "/" URL points to the website root but "/" in a (PHP) path isn't necessary pointing to the same place since most webservers  don't publish "/" but rather some htdocs directory. ...
I have a main page which at the moment has links to all of my sites. I want to change this so it has a login box with a username and password. I would like it so that when to user enters t...
Dear all, I'd like to have the text inside a cell to wrap so as not to go out of the cell border. But it does not wrap. So I tried t insert a line break with "\n" but it is not interp...
Error message: Failed: could not find driver<font color=ff0000><br /> <b>Fatal error</b>:  Uncaught exception 'PDOException' with message 'could not find driver' in C:\Program Files\Apache S...
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 ...
Is it possible to like Ping an IP address, but look at a specific port? Im looking at pinging an IP address, but need to find out if a specific port is open, specifically the telnet port. ...
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 am tearing hair out.... I wish to use a php file to display an image.  Now thats a pretty simple exercise I understand - using the php file as the src element of a img call. Like: <img sr...
If i have a string... for ex. "http://www.cnn.com/file/uploads/press.doc" i want to convert this string into "press.doc" any ideas?? thanks
I'd like to know how to open an URL and get its content in PHP.
I want to pass parameters to a page using a anchor and href.  How do I pass and then read the parameters. Here's my code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "htt...
Hello, Can anybody give me a simple way of inserting a user input data for example a choice from check box button, into database in form of array. TQ in advance for your answer.