> From: Jay Blanchard [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 15, 2002 1:19 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] include opens source, but it shouldn't
>
>
> [snip]
> Only on demand.
> I'd like to define the variable without showing the file
>
>
> $var=include();
>
> do something else
>
> echo $var;
> [/snip]
Harold, is this what you're looking for:
$var = readf('file.html');
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php