In questa query
Codice PHP:
UPDATE servers SET $orario $players WHERE $orario $players AND IP $ipserver 
la variabile $ipserver contiene dei punti "." e questi fanno generare l'errore: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.32.61' at line 1

dove 32.61 è una parte della stringa contenente i punti, come posso inviare una stringa con punti nel db senza provocare questo?