> I grab this line and try to make it an array like this:
print "line: $thelinefromfile\n"; //Check the line
> $var1 = trim($thelinefromfile);
> $var2 = split(" ", $thelinefromfile);
> $count = count($var2);
Are you sure $thelinefromfile is actually being set correctly?
Regards,
Sean
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] MailBomb Problem... ewiz
- Re: [PHP] MailBomb Problem... Rasmus Lerdorf
- [PHP] " " charactor problem Rick Ridgeway
- Re: [PHP] " " charactor problem Sean Cazzell
- Re: [PHP] " " charactor problem Rick Ridgeway
- Re: [PHP] " " charactor problem CC Zona

