ich.com.sie.net
2006-09-12, 13:42:41
Ich hab keine Ahnung, warum er es nicht ausführt:
$result = "INSERT INTO fl_ebay (`archid`,`seller`,`start_bid`,`start_date`,`end_date`,`report`,`quick_buy`,`mai ling_charge`)
VALUES (
'".$_POST['archid']."',
'".$userdata['user_id']."',
'".$_POST['start_bid']."',
'".time()."',
'".(time() + $_POST['select'])."',
'".htmlentities($_POST['textarea']."',
'".$_POST['quick_buy']."',
'".$_POST['mailing_charge']."')";
$query = mysql_query($result) OR die(mysql_error());
Als Fehlermeldung gibt er mir "Parse error: parse error, unexpected ';' in C:\Inetpub\dfls\content_modules\fl_bbay.php on line 327 (in dem Fall Zeile 10)" zurück. Was aber total lächerlich ist. Ich versteh die Welt nicht mehr, geh erstmal eine rauchen....
$result = "INSERT INTO fl_ebay (`archid`,`seller`,`start_bid`,`start_date`,`end_date`,`report`,`quick_buy`,`mai ling_charge`)
VALUES (
'".$_POST['archid']."',
'".$userdata['user_id']."',
'".$_POST['start_bid']."',
'".time()."',
'".(time() + $_POST['select'])."',
'".htmlentities($_POST['textarea']."',
'".$_POST['quick_buy']."',
'".$_POST['mailing_charge']."')";
$query = mysql_query($result) OR die(mysql_error());
Als Fehlermeldung gibt er mir "Parse error: parse error, unexpected ';' in C:\Inetpub\dfls\content_modules\fl_bbay.php on line 327 (in dem Fall Zeile 10)" zurück. Was aber total lächerlich ist. Ich versteh die Welt nicht mehr, geh erstmal eine rauchen....