What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Php coding help

Php coding help
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Php coding help
quote:
Originally posted by king_of_cool_kids
ok, well, basicly, I want something (php) that will disable the submit button once clicked
Hmm... well, because PHP is server-side, it can't disable the submit button right away like javascript can. The user would have to reload the form before the submit button could be disabled. :-/

quote:
Originally posted by king_of_cool_kids
and have a time span of 3 mins between submitions.
Are you sure that's enough? Someone could spam you with almost 20 messages per hour if they were determined... :p

If you use the cookie-based method, you could simply set a cookie with a 3-minute expiration time. With the other method, you'd have to store a time on the server along with the IP.
08-07-2004 06:30 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Php coding help - by king_of_cool_kids on 08-07-2004 at 05:35 AM
RE: Php coding help - by WDZ on 08-07-2004 at 05:55 AM
RE: Php coding help - by king_of_cool_kids on 08-07-2004 at 06:16 AM
RE: Php coding help - by WDZ on 08-07-2004 at 06:30 AM
RE: Php coding help - by king_of_cool_kids on 08-07-2004 at 06:36 AM
RE: Php coding help - by KeyStorm on 08-07-2004 at 08:58 AM
RE: Php coding help - by king_of_cool_kids on 08-09-2004 at 05:13 AM
RE: Php coding help - by -dt- on 08-09-2004 at 06:43 AM
RE: Php coding help - by king_of_cool_kids on 08-09-2004 at 06:56 AM
RE: Php coding help - by ddunk on 08-09-2004 at 07:10 AM
RE: Php coding help - by king_of_cool_kids on 08-09-2004 at 10:33 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On