View Single Post
Old 11-16-2012, 11:33 PM   PM User | #1
NewToTheWeb
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
NewToTheWeb is an unknown quantity at this point
Would this make a correct SQL statement?

PHP Code:
$sql "INSERT INTO medewerker_poster(naam, pass, datum_toevoeging, inleg_totaal) VALUES (".$gebruikersnaam "," $wachtwoord "," $datum "," $totale_inleg")"
Same for this one.

PHP Code:
$sql "DELETE FROM medewerker_poster WHERE naam = "$gebruikersnaam""
Thanks in advance.

Last edited by NewToTheWeb; 11-16-2012 at 11:56 PM..
NewToTheWeb is offline   Reply With Quote