[thelist] A tip with PHP

s t e f stef at nota-bene.org
Tue Jul 17 10:23:33 CDT 2001


Damien Cola wrote:

> Hi, I've just done a little script in PHP and I thought I'd share it with
> you to thank you for your previous help:

Good idea :-)

Although I've got a question :

> $page = join ('', file ($fichier));
> 
> echo $page;

Why not use something like :
include($fichier);

What do you think, people?

(BTW for all the non-french out there: 'fichier' means 'file ;-))


-- 
s t e f
[ http://www.nota-bene.org/ ]
[ irc: irc1.fr.ircnet.net #notabene ]





More information about the thelist mailing list