I’m brand new to PHP (and I hope I’m in the right direction) but I’ve been searching the Internet trying to find a solution to my very simple issue.
I have a webpage (straight HTML) that has a series of links on it. On some of them I have them linked to MP3 files, but on others I want to have them linked to another page that includes a request form. The links on the latter would link to something like
==> http://www.mydomain.com/request_form?ReqDate=2008_02_01;ReqType=1.
What I then want is the second page to have a standard email form that pre-populates two of the fields in the form that they can then fill in their name and email and press submit.
The first page is easy (I think), but what I can’t seem to do is get the second page to read the variables. I thought I could do that with some statement using the ReqDate=$_GET(‘ReqDate’), but I can’t seem to get anything to do it.
I admit, that I know nothing about PHP or passing these variables so if someone can point me to some simple example of this, or even show me how to do it here, I’d REALLY appreciate it!
Murray Lahn