A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by tecktalkcm0391 » Mon Aug 18, 2008 9:35 pm
Warning: ereg() [function.ereg]: Invalid range end in /include/classes/c_user.php on line 128
Code: Select all
if (ereg('^[a-zA-Z0-9\-_]+$', $username)) { $this->username = $username; return true; }
Post by ghurtado » Tue Aug 19, 2008 10:17 am
Return to “PHP - Code”