WhiteDevil Posted December 25, 2003 Share Posted December 25, 2003 Evening guys Im new to the forum, did a quick search for using mysql update statements and got a load of results - the thing is i didnt understand half of it and usually if i dont understand something ill forget it :? Basically i have some tables (too many tables to think about at this hour) and what i want to do is update tblPilots with the value entered via frmPirep. The value entered in frmPirep is written to tblPirep so i can keep track of each individual flight... I want to be able to add the value entered in frmPirep to the values already existing in the database... To sum up, my question is, what is the syntax for UPDATE and why does it do what it does? Thanks in advance for any help given, PHP developer in training Adam Link to comment https://forums.phpfreaks.com/topic/1554-using-the-update-statement/ Share on other sites More sharing options...
Barand Posted December 26, 2003 Share Posted December 26, 2003 http://www.mysql.com/doc/en/UPDATE.html hth Link to comment https://forums.phpfreaks.com/topic/1554-using-the-update-statement/#findComment-5104 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.