Is this query OK?
Posted: Mon Jan 05, 2004 11:17 am
Is this query OK?
I want to introduce datas in one filr of the table:
I want to introduce datas in one filr of the table:
Code: Select all
$sql = "INSERT INTO Ciudad WHERE (Nombreciudad='$Localidad') ( du_acceso, de_acceso, ing_acceso)" .
"VALUES ('$du_acceso', '$de_acceso', '$ing_acceso')";