PHP ver gevorderde |
|
<?PHP
function plaats_antispam ($afzender_ip, $anti_spam)
{
mysql_query ( "INSERT INTO email_antispam
(antispam_ip,
antispam_time)
VALUES
('" . $afzender_ip . "',
'" . time ()+60*$anti_spam . "')") // Fout zit hierin
or die (mysql_error ());
}
?>
<?PHP function plaats_antispam ($afzender_ip, $anti_spam) { (antispam_ip, antispam_time) VALUES ('" . $afzender_ip . "', '" . time ()+60*$anti_spam . "')") // Fout zit hierin } ?>
Citaat: 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 '300')' at line 1
Ziet iemand wat ik verkeerd doe? Kan hem zelf niet zo snel
vinden... Zou wel weer iets doms zijn zoals gewoonlijk :/
Alvast bedankt,
Nrzonline
|