I'm a little unsure of how variables are cast around in PHP, since it seems
like VisualBasic where I don't declare any types, the compiler just figures
it out.
Would something like this be safe?....
$info = fread($file, filesize("blah");
$info = explode("\n", $info);
echo $info[0];
....
- John Vanderbeck
- Admin, GameDesign
--
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]