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
That javascript probably only works until the page is refreshed... someone could send one, refresh the form, paste the message back in, send another, and so on.

quote:
Originally posted by king_of_cool_kids
a) Is this true
PHP being more secure and reliable than javascript? Yes, definitely.

quote:
Originally posted by king_of_cool_kids
b) ... how can I go about implementing it on my site??
You want to stop the same person from submitting 2+ messages in a row? Does your contact script store anything on the server or just send an e-mail? If nothing is stored, the easiest method is probably setting a cookie, but that's not really secure, because the submitter could reject or delete it.

A more secure method of duplicate-checking would be storing the submitter's IP address on the server (in a text file or database) and then checking/updating it next time a submission is made.
08-07-2004 05:55 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