Nuacht

You must connect to the database and use the "mysql_query" function to call a MySQL stored procedure from a PHP page.
Hiya,I want to update in one table dependant on the contents of another table, like;UPDATE table1 set column1 = '0' where table2 column2 ...
Use PHP's mysql_query function to send your query to the database and save the result in a variable. This lets you use the result as many times as you need on your Web page and even in subsequent ...