Access Denied
It was like that when I got here...
- Joined
- Jun 14, 2006
- Messages
- 2,552
So I'm learning html and php from the very basics and I have a question for the brain trust. I've made a very simple html form with four text boxes and a submit button. The submit button opens a new tab and links to a results page where the answers you give will be printed out with php $_POST functions.
At the moment the name of each box is to the left of it.
I.E
Name: *Box *
Age: *box*
How do I make is so that the name of the box is IN the box and when you click into the box it blanks and you put your name in there; while also making it so that clicking the submit button doesn't just print the names of the boxes in the new tab?
Ta.
At the moment the name of each box is to the left of it.
I.E
Name: *Box *
Age: *box*
How do I make is so that the name of the box is IN the box and when you click into the box it blanks and you put your name in there; while also making it so that clicking the submit button doesn't just print the names of the boxes in the new tab?
Ta.