Posted by Arjen on 01/23/07 16:47
Veco schreef:
> Hi guys! (and girls if any ;)
>
> I want to block my users from submitting a string that includes link(s)
> stated using a href=...
>
> probably there's some function in php?
>
> i don't want eregi_replace, I just want the code to check a string in
> variable if there's any a href... if so, then I'll use exit(); or smthng
> else
>
> Thanks for your suggestions!
>
>
stristr('a href',$text);
--
Arjen
http://www.hondenpage.com
[Back to original message]
|