Jump to content

mysql_query - update 1 tables based on another


perky416

Recommended Posts

Hi everyone,

 

Sorry i have posted a very similar question before however i believe it was a little difficult to understand so hopefully this is easier to get.

 

Please could anybody tell me if it is possible to update table_1 if a field in table_2='whatever value'?

 

EXAMPLE:

mysql_query (UPDATE table_1 SET field_1='whatever' WHERE id='$id' IF field_from_table_2='whatever');

 

If the above is possible please could somebody point me in the right direction of how to word it correctly? Iv done extensive searches on google however i cant find anything that helps me.

 

Many thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.