Advertisement
Guest User

Untitled

a guest
May 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $checkResult = mysql_query($sql);
  3. if (!$checkResult) {
  4. die('No records returned: ' . mysql_error());
  5. }
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement