[thelist] CGI and PHP

BT Bigpant bigpant at btinternet.com
Thu Feb 7 16:03:02 CST 2002


you need the cgi script to pass the variable over as post or get vars. Any
variable passed as post or get to a php script ahould be readily available
to use. It will definitely be in $HTTP_POST_VARS or $HTTP_GET_VARS array as
$HTTP_POST_VARS['Name']

HTH
Phil Parker

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Mark Joslyn
Sent: 07 February 2002 19:07
To: thelist at lists.evolt.org
Subject: [thelist] CGI and PHP


I have a form that is processed using a CGI script. The form is then
redirected to a "Thanks" PHP page.

How can I pass the variable "Name" to the PHP page after it is processed by
the CGI script? Can I use the query string?

Any help would be appreciated.

Thanks,

markJ



--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list