Quote:
Originally Posted by Colin F
Add a check like this:
$lastpost = $DB_site->query_first("SELECT dateline FROM post WHERE threadid = $thread[threadid] AND userid = $bbuserinfo[userid]");
if (vbdate("YmdH", $lastpost[dateline]) == vbdate("YmdH"))
{
eval(print_standard_error('error_posttoday'));
}
this wil allow users to post at 10.55 AND at 11.05 though. Just not again till 12.xx
|
Hi, I'm getting
Code:
Invalid SQL: SELECT dateline FROM post WHERE threadid = AND userid = 2
mysql error: 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 'AND userid = 2' at line 1
when I used your code. It doesn't seem to get the threadid variable from PHP.