Hey,
i need a little help for Field Validation at "my websites".
When a user fills out field with prefix http:// he sould get a message
like "please fillout without http:// please"
thank you
Hey, i need a little help for Field Validation at "my websites". When a user fills out field with prefix http:// he sould get a message like "please fillout without http:// please" thank you |
i have tried this, but is not working
return (bool) preg_match((?:http:\/\/|www)/)), $arg0); |