Dit geeft een syntax error:
<?php
$query = "INSERT INTO 'tweelijners'.'balletlists' (Pilot name) VALUES '$pilotname'";
mysql_query($query,$connection) or die('Could not connect: ' . mysql_error());
?>
en wel deze:
Could not connect: 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 ''tweelijners'.'balletlists' (Pilot name) VALUES 'Paul Breddels'' at line 1
op lijn 1 staat echter dit: <?php session_start();
1.138 views