[thelist] PHP Includes Script

Lachlan Cannon tiedefenderdelta6 at yahoo.com
Fri Feb 8 21:55:01 CST 2002


--- Jeanne Pelletier <jpellet at mediaone.net> wrote:
> I think what you're after is this:
> example querystring:
> index.php?page=links
>
>
>  include ("$page.txt");

Or for servers which have diabled auto variables

include ($_GET['page'].".text");

or on pre 4.1 builds

include ($HTTP_GET_VARS['page'].".txt");

Lach

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com



More information about the thelist mailing list