Forum Moderators: coopster
Any advice would be appreciated.
Thanks,
Walt
<?php
if (!stristr($_POST['input_field'], "http") &&!stristr($_POST['input_field'], "www")
{
//all your code
}
else
die ("You are not allowed to put URLs in your posts!");
?>
[edited by: Stryker at 7:45 pm (utc) on Feb. 6, 2007]