Advertisement
Guest User

paste

a guest
Feb 29th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. // Put this under your line: $result = mysql_query($sql); in second script
  2. // This is helpful for debugging
  3.  
  4. if (!$result) {
  5.     die('Invalid query: ' . mysql_error());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement