Home »
General »
PHP discussions »
MySQL Update (Update Code)
|
Re: MySQL Update [message #37879 is a reply to message #37877] |
Thu, 28 June 2007 16:29 |
1harsh789
Messages: 4 Registered: September 2006
Karma: 0
|
Junior Member |
|
|
Try using this SQL. Please backup your data before using this query.
UPDATE your_table_name
SET `status` = 'inactive'
WHERE ad_rec = add_bought
|
|
|
Re: MySQL Update [message #37880 is a reply to message #37877] |
Thu, 28 June 2007 16:59 |
alhelalat
Messages: 3 Registered: June 2007
Karma: 0
|
Junior Member |
|
|
thank you so much
but what i need is the php code to insert in my web so to set the status inactive automatically
|
|
|
Goto Forum:
Current Time: Thu Nov 21 14:58:17 GMT 2024
Total time taken to generate the page: 0.02203 seconds