View Single Post
Old 12-17-2002, 03:12 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
my preg match doesn't work .. can someone help me?

PHP Code:
<?
if(!preg_match("([a-zA-Z0-9]*)","$nick"))
{
  
$this->error.="<li>Username must be alphanumeric.";
}
?>
sde is offline   Reply With Quote