J'ai un probleme avec mon script php !
Lorsque je fait :
Code : Tout sélectionner
$inser = "INSERT INTO table (champ, champ2, champ3)
VALUES ('nom du paton', 'test', 'allo')";Quand j'enleve les espace ça marche comment faire ?
Code : Tout sélectionner
$inser = "INSERT INTO table (champ, champ2, champ3)
VALUES ('nom du paton', 'test', 'allo')";