Posted by Chris B on 06/03/05 18:54
Kimmo Laine wrote: > for example > if(strlen($username = trim($username)))<1) > $username = "Mr or Miss ".$ip; > You missed a ( off, i.e. if((strlen($username = trim($username)))<1) $username = "Mr or Miss ".$ip; But otherwise it works thanks.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming