Forum: General
10-06-2006, 03:16 PM
|
|
Replies: 0
Views: 1,041
Form validation help
This is my php code:
if (!eregi ('^[[:alnum:]][A-Za-z0-9_.,-/ +-]{3,}$', stripslashes(trim($_POST['fMessage'])))) {
It will be the validation code for a message field on a contact form. I want...
|