Send/Submit/linking trouble<

liunx

Guest
Ok if i use a script like this form one

<html>
<body><form action="welcome.php" method="POST">
Enter your name: <input type="text" name="name" />
Enter your age: <input type="text" name="age" />
<input type="submit" />
</form></body>
</html>

very simple how do i make it work and get submited i have so much trouble with it ive searched the site but it hasnt came up with anything

thankswhat are you talking about?

you hit submit and it goes to welcome.php which you do whatever you want to the variables.

afer hitting submit you can echo the variables out that the form submits.

what is in welcome.php?
 
Back
Top