[thelist] faking login with static HTML

Burhan burhankhalid at members.evolt.org
Fri Sep 20 13:35:00 CDT 2002


Hello Tom,

Friday, September 20, 2002, 1:20:12 PM, you wrote:

TDA> Working on this demo, wondered if I can pick up the passed name/value
TDA> pairs that a form passes from one static HTML page to another. If I
TDA> use GET, the pairs will be passed along with the URL..but how do I
TDA> ..get.. (heh heh <duck>) them in the target static HTML file? How do
TDA> I pull them off the URL (can I?)

Are you asking how to access GET variables? This bit of PHP should
help :

<?php $value = $_GET["key"]; ?>

I am confused as to the static HTML part.

--
*---------------*
| Burhan Khalid |
*---------------*---------------------------*
| Email : burhankhalid[at]members.evolt.org |
| Web   : members.evolt.org/burhankhalid    |
| ICQ   : 6016166                           |
| AIM   : digitz0819                        |
| MSN   : burhankh[at]hotmail.com           |
| Yahoo : burhan_khalid                     |
*-------------------------------------------*




More information about the thelist mailing list