I'm migrating everything (websites, database info) from one server to another.
My Old Server would give me debugging error suggestions when I did something wrong in my code.
For example, I ha...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Installati...
PHP Mistaking ">" Greater Than for "?>" Closing Script
I transferred a website from an old server to a new server.
The script works on the old server but not the new.
I've had to update se...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23123283.htm...
Hello, I have used functions to organize php codes in a php file. But when i use many functions in a file, that's hard to organize them well. Sometimes I need to take long time to detect particular...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23125571.htm...
Hi Experts,
In learning PHP, what I have written has always been on one machine with one user.
1. My question is in a multi-user environment, how do you keep all users data separate?
Does...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23228710.htm...
Zones:
PHPDate Answered: 03/11/2008 Grade: A Views: 13
How would i parse the following array and assign variables/values.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23239945.htm...
Hi,
I am writing a PHP soap client.
I my web services call, I am recieving a xml resource which I can get in a variable.
I can dump this variable and I know that this is a xml vairable.
Is ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/SOAP/Q_23283744.ht...
Zones:
SOAP,
PHP,
XMLDate Answered: 03/31/2008 Grade: A Views: 4
How can I make my variables $line1 and $line2 available to use outside my function?
When I do an "echo $line1" instead of "return $line1" i am able to see correct output on screen as 123 test st...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23290996.htm...
I am getting some weird characters showing up in Firefox at the top of my php script when running PHP5.
They are => 
After investigating on Google, most determined it is caused by PHP proc...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23396164.htm...
Hi,
I am badly need to get the values from string using php regular expression.
eg. $test_str = "1034,'checker','10,030',2003,'10',392";
The values I would like to extract are :
1) chec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23559414.htm...
Take name/string:
John Doe
Split into:
$first_name = "John";
$last_name = "Doe";
So, split where space character is.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23665835.htm...
Zones:
PHPDate Answered: 08/21/2008 Grade: A Views: 224