Hi everyone
This is sorta an open question.
I have a message systems that allows any third party person to send messages to the administrators and is done via mysql.
There is no real problem now but I was told what if someone wanted to abuse the system and bombard it with messages so it overflows, or abusive / fake messages, etc.
I gather you get my point now.
So what could I do using php to counter this?
I was thinking maybe something based on retrieving their ipaddress and doing something?
Any Ideas?
Thankyou, Regards X.
PS: The actual form is html with an attached javascript form and then the html form is sent to a php webpage to be processed.