|
-
Nov 11th, 2005, 02:34 AM
#7
Hyperactive Member
Re: Allowing others to post comments via PHP
 Originally Posted by kasracer
I need to add this.
I am limiting the amount of characters someone can input, however; I'm not sure whatelse to do. How can I make sure they're on the apge for, like 20 seconds before posting? Or do you have other recommendations?
yes either save in a file their IP,TIME or do it by mysql
then in ur script check if that IP has posted any msges in last X minutes u want...additionally u can register session variable or put a cookie
something like $_SESSION['last_comment'] = time();
then in ur script check for that...I hope you get the idea
Born to help others
(If I've been helpful then please rate my post. Thanks)
call me EJ or be slapped! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|