[UPHPU] Passing info to a php script

John Anderson uphpu at mail.johndavidanderson.net
Fri Sep 10 09:53:52 MDT 2004


I'm a little confused on what is on your CD: you can't run PHP or mySQL from a CD. 

You run PHP on your webserver - so there is no way to include a file on your local filesystem. 
Can you imagine what could happen if my webserver had access to read files from your CD 
drive? Sounds like a perfect feature for Longhorn :o)

As I understand it, the only thing on your CD is a static HTML page (with some Javascript in 
it) that redirects the user's browser to a live PHP on a web server somewhere. The only way to 
identify who that request is coming from is to pass a GET variable when you do the redirect.

The problem with that, is that you have to create a different HTML file for each CD.

?

--John

---------- Original Message ----------------------------------
From: Timothy Humphrey <email at timothyhumphrey.com>
Date: Fri, 10 Sep 2004 09:13:19 -0600

>Running the variable within the URL would work, but they could bookmark /
>copy & paste / remember how to get back to the test that way.
>
>Is there any way in PHP to include() a file from the CD?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: list-unsubscribe at uphpu.org
>For additional commands, e-mail: list-help at uphpu.org
>
>
>



More information about the UPHPU mailing list