Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
UPDATE Two Tables One Query?
Old 07-09-2010, 10:46 AM [Solved] UPDATE Two Tables One Query?
Red_X_'s Avatar
Extreme Talker

Posts: 158
Location: Houston
Trades: 0
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
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
 
Register now for full access!
Old 07-09-2010, 11:14 AM Re: UPDATE Two Tables One Query?
Red_X_'s Avatar
Extreme Talker

Posts: 158
Location: Houston
Trades: 0
Quote:
Originally Posted by Red_X_ View Post
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\".... 
Never mind figured it out
PHP Code:
    query 'UPDATE T1 AS D, T2 AS T, T3 as L SET D.row= "'.$var.'", T.row= "'.$var.'", L.row= "'.$var.'" WHERE D.row_ID = "'.$id.'" AND T.row_ID = "'.$id.'" AND L.row_ID = "'.$id.'";'
__________________
"Good News Everyone, by reading this your hearing my voice."
Red_X_ is offline
Reply With Quote
View Public Profile Visit Red_X_'s homepage!
 
Reply     « Reply to UPDATE Two Tables One Query?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09936 seconds with 12 queries