Guest User

Untitled

a guest
May 28th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?
  2. if (($_SESSION['Master'] == '1') && ($op == 'Invisibile')) {
  3. $Is_Invisibile = $_POST['Invisibile'];
  4.  
  5. $MySql = "UPDATE Presenti SET Is_Invisibile = '$Is_Invisibile' WHERE Nome = '".$_SESSION['Login']."'";
  6. mysql_query($MySql);//echo $Is_Invisibile;
  7. }
Add Comment
Please, Sign In to add comment