Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parsing user data...

Status
Not open for further replies.

perlone

Programmer
Joined
May 20, 2001
Messages
438
Location
US
Hi,

I made a login page, and it will check the user directory to see if the user email and password match, but how do I parse this data to other pages. Like, after the user logged, everything is fine and the url is like: login.cgi?email=web@host.com&pass=somepass. But when it goes to other pages like mail.cgi?email=web@host.com&pass=somepass, it's not actually parsing the data and the user information is missing. Anybody knows how to parse the user data to other pages? Thanks for your time.
 
You need to use the CGI module or your own code to parse $ENV{'QUERY_STRING'}.
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top