Can you run a SQL query inside PHP to update more then one table in a single query?
PHP Code:
$query = "UPDATE table1, table2 SET table1.row = \"$data\", table2.row = \"$data2\"....
__________________
"Good News Everyone, by reading this your hearing my voice."
Last edited by Red_X_; 07-09-2010 at 11:15 AM..
Reason: solved
|