[vox-tech] reading files into a web page

Mark K. Kim vox-tech@lists.lugod.org
Sat, 2 Feb 2002 12:13:12 -0800 (PST)


On Sat, 2 Feb 2002, nbs wrote:

> Or simpler yet:
>
>   <?php include("file"); ?>

"include" does PHP translation, which Peter may not want.  It's especially
fatal if you're including a user-posted data.  "fpassthru" is safer from
security point of view.

-Mark

--
Mark K. Kim
http://www.cbreak.org/mark/
PGP key available upon request.