php3-list | 199901
Date: 01/26/99
- Next message: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Previous message: Samuel Liddicott: "[PHP3] Exec breaks params"
- In reply to: Brian Schaffner: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi!
On 25-Jan-99 Brian Schaffner wrote:
> funtion Read_File($filename) {
> $buf = False;
> $fp = <email protected>($filename, "r");
> if ($fp > 0) {
> $buf = fread($fp, filesize($filename));
> fclose($fp);
> }
> return $buf;
> }
$scalar or $array = include(file)
is defferent mean against ReadFile...
include is EXECUTE file as php script...
SKiller
--
The sixth sheik's sixth sheep's sick.
[so say said sentence sextuply...]
--------------------------
Sergei Keler
WebMaster of "ComSet"
E-Mail: skiller <email protected>
http://www.comset.net
--------------------------
--
PHP 3 Mailing List http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list: php3-digest-subscribe <email protected>
For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
List administrator: zeev-list-admin <email protected>
- Next message: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Previous message: Samuel Liddicott: "[PHP3] Exec breaks params"
- In reply to: Brian Schaffner: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

