Jump to content

[SOLVED] Quick Query Question


Asperon

Recommended Posts

so if I want to to do an insert query on a specific already created row, would the syntax be like this?

 

mysql_query = "INSERT INTO coupons(paid,location) VALUES('0','$location') WHERE couponID='$couponID'";

 

thus paid and location information is inserted in to the coupons table with the rows that have $couponID as a their couponID right?

 

or is there a different way that you are supposed to do it?

Link to comment
https://forums.phpfreaks.com/topic/67117-solved-quick-query-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.