Hi,
I have not done this in ages and I think I am having a brain explosion.
I made a form on 1 page where they ever the domain they want and then if they like it they click on register and
HTML Code:
order.html?domain=rtrehdrh.com
is at the top of the page for me to put it into another page which is the order form.
So after they click register it come up with another form, I want to put the "rtrehdrh.com" into the form where it has the domain field, I thought I only needed to do this
PHP Code:
<input type="text" name="wantthisdomainname" id="wantthisdomainname" size="40" value="<=?php $_POST['domain']; ?>" />
And it suppose to show on the form before they even enter anything
So why is it not working?
|