You would have to write a PHP script that makes the change directly to the table using one of PHP's built-in mysql functions.
Essentiall, the procedure is similar to a query/fetch, but with the additional SQL update part.
Detailing it anymore than that would be tough, not knowing your server setup, web site setup, etc.
|