ciao
$query = "DELETE * FROM struct_chars where char_id = '$char_id';";
mi restituisce questo errore...
#1064 - You have an error in your SQL syntax near '* FROM struct_chars WHERE char_id = '57'' at line 1
a me sembra tuto giusto dove sbaglio?
ciao
$query = "DELETE * FROM struct_chars where char_id = '$char_id';";
mi restituisce questo errore...
#1064 - You have an error in your SQL syntax near '* FROM struct_chars WHERE char_id = '57'' at line 1
a me sembra tuto giusto dove sbaglio?
http://www.mcganass.com
Prova a togliere l'*:
$query = "DELETE FROM struct_chars where char_id = '".$char_id."';";
La fortuna e' cieca ma la sfiga ci vede benissimo
Comprarselo o farselo di legno
Non penso c'entra molto quel ; ...Originariamente inviato da mcganass
'$char_id';";
:master: :master:
'$char_id';";
cosa ce ceh non va in questo pater?
http://www.mcganass.com
si era l'asterisco
grazie ciao
http://www.mcganass.com