Hallo
ich hoffe ihr könnt mir helfen
ich versuche gerade ne install.php zumachen aber bekomme immer eine Fehlermeldung
bekomme dann immer folgende Fehlermeldung
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
kann mir bitte jemand helfen
ich hoffe ihr könnt mir helfen
ich versuche gerade ne install.php zumachen aber bekomme immer eine Fehlermeldung
PHP-Code:
<?php
$info=$DB->fetch_array($DB->query("SELECT * FROM
".$db_tab['user']." WHERE user_name='".$USER['name']."'
AND user_pw='".$USER['pass']."' AND user_id='".$USER['id']."'
LIMIT 1"));
if ($info['user_id']==$USER['id'] && $USER['id']==1) {
$insert=$DB->query("insert into ".$db_tab['smilies']."
(smilie_id, smilie_code, smilie_path, smilie_title,
smilie_option) VALUES
( '1', ':wink:','images/smilies/smilie.gif', 'Winken' , '0');");
echo "test";
}
?>
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
kann mir bitte jemand helfen
Kommentar