User Profile
Collapse
-
I’m very much grateful coz after making changes to the codes as were suggested by you people it really worked well and help me from all that headache. Thanks a lot Automn and Ammu for thy contributions. -
phpTeryoh started a topic Updating record's quantity in mysql table if exist otherwise insert a new row.in PHPUpdating record's quantity in mysql table if exist otherwise insert a new row.
Im completely new in php and in the process of trying to develop my project Im getting a problem in writting a code that can increase the quantity of the record by the value inserted in the textbox if the record exists otherwise a new row is added with the information from the form as inserted by the user.
Here's my code, Please help:
...Code:$productId = (int)$_POST['txtItemID']; $nwQty = "SELECT Quantity FROM
No activity results to display
Show More
Leave a comment: