News

PHP and MySQL Create a new blank file in the editor and save it with the same name you used in the form's action statement -- for example, "process.php." Begin a new PHP script and capture the ...
Right-click the PHP page you want to use to call the stored procedure and select "Open With." Click the PHP editor to open the code. Add the PHP connection to the MySQL database.
Hiya,I want to update in one table dependant on the contents of another table, like;UPDATE table1 set column1 = '0' where table2 column2 ...