[PHP] mysql_fetch problem

2003-02-20 Thread Alec Solway
I have the following call: SELECT * FROM facility LEFT JOIN fuel USING(facilityID) LEFT JOIN fuelType ON fuel.TypeID=fuelType.ID WHERE facility.facilityID=$facilityID The data is returned properly using mysql_fetch_row(), but mysql_fetch_assoc() and mysql_fetch_object() set the ID of the

[PHP] shell_exec('cp...

2002-10-08 Thread Alec Solway
I'm having problems running cp from shel_exec(). Nothing is returned, but the copy is unsuccessful. The same call works as user nobody from the actual shell. Any ideas? -Alec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php