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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capture URL variables 3

Status
Not open for further replies.

jollydonkey

Technical User
Sep 5, 2008
23
CA
Hello,

Is it possible for php to capture URL variables?

Essentially, what I would like to do is send users an email with appended variables and upon clicking the URL, the users are directed to an HTML form with certain form fields prepopulated with extracted values from the URL.

Please let me know if this is possible or if a better option exists :)

Thanks in advance!

Cheers,
Dipesh.
 
Try looking at $_REQUEST or $_GET



--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
 
as a better option you could just put the form in the email. although i would still keep your version as the non-html multipart.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top