mysql_query("INSERT INTO leden (naam, wachtwoord,emailadres,vnaam,anaam,geslacht,woonplaats,geboortedatum,msn,website) VALUES ('".$_POST['naam']."', '".$wacht."','".$_POST['emailadres']."','".$_POST['vnaam']."','".$_POST['anaam']."','".$_POST['geslacht']."','".$_POST['woonplaats']."','".$datum."''".$_POST['msn']."''".$_POST['website']."')") or die(mysql_error());
mysql_query("INSERT INTO leden (id,naam, wachtwoord,emailadres,vnaam,anaam,geslacht,woonplaats,geboortedatum,msn,website,activatie) VALUES ('','".$_POST['naam']."', '".$wacht."','".$_POST['emailadres']."','".$_POST['vnaam']."','".$_POST['anaam']."','".$_POST['geslacht']."','".$_POST['woonplaats']."','".$datum."''".$_POST['msn']."''".$_POST['website']."','')") or die(mysql_error());
dit zijn de kolommen in mijn db(in de juiste volgorde):
id,naam,wachtwoord,emailadres,vnaam,anaam,geslacht,woonplaats,geboortedatum,msn,website,activatie
ik weet niet of het iets uitmaakt maar het invoeren van 'id' is eigenlijk overbodig, de DB zal automatisch een nummerken geven aangezien het toch auto_increment is...
Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/driesv.freeserverhost.net/content/registreer.php on line 3
Warning: mysql_query(): A link to the server could not be established in /home/www/driesv.freeserverhost.net/content/registreer.php on line 3
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Warning:mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/driesv.freeserverhost.net/content/registreer.php on line 3
Warning: mysql_query(): A link to the server could not be established in /home/www/driesv.freeserverhost.net/content/registreer.php on line 3
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'(2)
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '= 'e10adc3949ba59abbe56e057f20f883e'' at line 1
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '= 'e10adc3949ba59abbe56e057f20f883e'' at line 1
heeft er iemand een idde?
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '= 'e10adc3949ba59abbe56e057f20f883e'' at line 1
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '= '1'' at line 1
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '= '1'' at line 1
mysql_query("UPDATE leden SET activatie='1' WHERE id = '$_GET[activeer]'") or die(mysql_error());
dit heb ik nu en nu is de error verdwenen?
dus zo een $ moet er niet staan bij WHERE