Hello, 

I have a problem with INSERT INTO sql function in Php Script when I use amfphp :

$query="INSERT INTO utilisateurs (Last, First, Adress) VALUES ('$last', 
'$first', '$adress')";
 

When I use 3 parameters (Last, First, Adress) it is working but with more than 
3 parameters it is not working.

Thank you,
Christophe

Reply via email to