For example, on a page, I have this link:

<a href="http://www.website.com/register.html?select=$title";>$title</a>

where

$title is whatever the database spits up on a previous query. Now I want to
be able to carry that $title onto the next page, which is a form mail for
registering for the events, without having to use database. Basically I want
to be able to set the form up so it says:

To register for $title, please fill out the form:
who: ____
what: _____
where: _____
[submit] [reset]

and when it's submitted the mail() function will have an subject heading
that consits of "$title Registration"

is that possible?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to