Hi,

I'm trying to insert these values into my mysql database, but my browser throws in an error message at this line:

PHP Code:
$query "INSERT INTO staf_temp VALUES (', $_POST['achternaam'], $_POST['voornaam'],$_POST['tussenvoegsel'],$_POST['adres'],$_POST['postcode'], $_POST['woonplaats'],$_POST['telefoon'],, $_POST['email'],,$_POST['gebdat1'] . $_POST['gebdat2']. $_POST['gebdat3'],$_POST['voornaam'], Date('d m Y'), '3', $_POST['wachtwoord1']'); 
The error is:

Code:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in blahblah/aanmelding.php on line 66