F
Fat32Tony
Gast
PHP:
$mysqli = new mysqli('localhost', 'database', 'xampp', 'edit');
$sql = "INSERT INTO list ('string', 'time') VALUES ('1', 'time')";
$mysqli->query($sql);
Was mache ich falsch? PHP spuckt mir keine Fehlermeldung aus, es wird einfach eine leere Seite angezeigt^^