Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. if(id =)// only work if that id is in the database
  3. {
  4.     echo 'hey';
  5. }
  6. else // else if that id is not int he database or the url is not ?id=(somthing)
  7. {
  8.     echo 'tets';
  9. }
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment