Guest User

Untitled

a guest
Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?
  2. $imposta="SET Mente=Mente/2, Forza=Forza/2, Spirito=Spirito/2, Arte=Arte/2, Sotterfugio=Sotterfugio/2";
  3. $seleziona="WHERE Mente>30 OR Forza>30 OR Spirito>30 OR Arte>30 OR Sotterfugio>30";
  4. $MySql01="UPDATE Presenti".$imposta." ".$seleziona;
  5. $result = mysql_query($MySql01) or die("Non va");
  6. ?>
Add Comment
Please, Sign In to add comment