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 Rating: 9.8 Views: 18
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,
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23290996.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
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...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23668500.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23668573.htm...
Zones:
PHPDate Answered: 08/21/2008 Rating: 7.1 Views: 11