Try it, it should be no problem.


--


Chris Lee
Mediawaveonline.com

em. [EMAIL PROTECTED]

ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120


""John Vanderbeck"" <[EMAIL PROTECTED]> wrote in message
011a01c096a7$f8e78080$[EMAIL PROTECTED]">news:011a01c096a7$f8e78080$[EMAIL PROTECTED]...
> 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]
>



-- 
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]

Reply via email to