Quote:
Originally Posted by dreamydesigner
Hi curbview,
|
Hi,
Quote:
Originally Posted by dreamydesigner
... I did not understand some of what you said, like what an "OP" is
|
OP stands for "Original Poster" or Original Person
Quote:
Originally Posted by dreamydesigner
or a modded regex.
|
Here's a modded regex sample to filter out unwanted scripts in the user-submitted form you have on your web site:
Quote:
Originally Posted by dreamydesigner
Do you know of an existent script I could modify? Thanks.
|
Taking the above example and using it to filter out people or bots from submitting unwanted code through the form on your web site is easy. You could use the same regex above to filter the address field like so:
If you need more help, let me know.