Guest User

Untitled

a guest
Jun 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //modify a photographer (post) if there is data to send
  2. if ($_POST[selecteditor] != "")
  3. {
  4. $sql = "UPDATE grid SET editor = '". $_POST[selecteditor] ."' WHERE storycode = ". $_POST[storycode] ." LIMIT 1)";
  5.  
  6. mysql_query($sql)
  7. or die("can't do it");
  8. }
Add Comment
Please, Sign In to add comment