I have a field name brief which only contains item description, no phone numbers, web url or email as there is already email and phone number fields.
I have this code on the submit.php file, but I am getting a syntax error.
function check_fields()
{
$HTTP_POST_VARS['brief']=preg_replace("/0,1,2,3,4,5,6,7,8,9/", /www/",/@/",""$HTTP_POST_VARS['brief']);
}
Please help.. Many thanks