Advertisement
tommasov

Pastebin per Matteo Locatelli

Dec 21st, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. if(isset($_GET["token"]) AND $_GET["token"] != "" ){
  4. //@TODO:Andrebbero fatti molti piΓΉ controlli sul dato token passato!!
  5. //tuo codice html nel caso di token true
  6. } else {
  7. //tuo codice html nel caso di token false
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement