Advertisement

1 - 10 of 22051 containing alltags:("PHP") (0.009 seconds)
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...
Zones: PHP installation, PHP, General Mult...Date Answered: 01/29/2008 Grade: A Views: 12
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...
Zones: PHP, PHP for WindowsDate Answered: 01/30/2008 Grade: A Views: 9
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...
Zones: PHP, PHP and DatabasesDate Answered: 01/31/2008 Grade: A Views: 0
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...
Zones: PHPDate Answered: 03/11/2008 Grade: A Views: 13
How would i parse the following array and assign variables/values.
Zones: PHP, PHP and DatabasesDate Answered: 03/13/2008 Grade: A Views: 24
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 ...
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...
Zones: PHP, PHP and DatabasesDate Answered: 04/02/2008 Grade: A Views: 62
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...
Zones: PHP, PHP for Windows, ...Date Answered: 05/12/2008 Grade: A Views: 30
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...
Zones: PHP, PHP for Windows, ...Date Answered: 07/13/2008 Grade: A Views: 41
Take name/string: John Doe Split into: $first_name = "John"; $last_name = "Doe"; So, split where space character is.
Zones: PHPDate Answered: 08/21/2008 Grade: A Views: 224