Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $query = "UPDATE 2ndBoard SET brand=' $brand', length=' $length', width=' $width', depth=' $depth', price=' $price' WHERE id=' $id' ";
  2. echo $query;
  3. mysql_query($query);
Add Comment
Please, Sign In to add comment