Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 31357(0.02 seconds)
Sort By:
 
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 Rating: 9.0 Views: 5
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 Rating: 9.0 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 Rating: 9.8 Views: 18
How would i parse the following array and assign variables/values.
Zones: PHP, PHP and DatabasesDate Answered: 03/13/2008 Rating: 8.2 Views: 72
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, XML, PHPDate Answered: 03/31/2008 Rating: 8.6 Views: 0
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 Rating: 9.8 Views: 0
I am trying to setup a search function. The "meat" of the searchable filelds is located in a database table called INFO. I need to filter that search by first going through another table called HIE...
Zones: PHP and Databases, PHPDate Answered: 11/30/2008 Rating: 8.4 Views: 0
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, PHP and Da...Date Answered: 07/13/2008 Rating: 8.3 Views: 5
I'm trying to run my php script but it's bombing out at line 305. Error message: ------------------- PHP Parse error:  syntax error, unexpected T_LNUMBER in /var/www/html/www.mysite.com/scri...
Zones: PHPDate Answered: 08/21/2008 Rating: 9.2 Views: 0
I am making this call: exec("php -f /var/www/html/www.mysite.com/script.php contact_id=$contact_id company_id=$company_id req_amount=$amount_1 > /dev/null &"); Now on my script.php how do...
Zones: PHPDate Answered: 08/21/2008 Rating: 7.1 Views: 11