Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
mysql_query("INSERT INTO events (
event,
desc,
date,
time,
catid,
ort,
takewith,
sonst
)
values(
'$event',
'$desc',
'$date',
'$time',
'$catid',
'$ort',
'$takewith',
'$sonst'
)
");
mysql_close;
mysql_query("INSERT INTO events (
event,
desc,
date,
time,
catid,
ort,
takewith,
sonst
)
values(
'".$event."',
'".$desc."',
'".$date."',
'".$time."',
'".$catid."',
'".$ort."',
'".$takewith."',
'".$sonst."'
)
");
mysql_close;
Ungültige Abfrage: 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 'desc, date, time, catid, ort, takewith, sonst ) values( ' at line 3