Hi!
It's really a silly question, but i've tried many ways to do it and it's still worthless.... :(
I have a form:
<form action="jobapp.php" method="POST" name="app">
Please, enter your name:
<input type="text" name="applicant" /><br />
Please, enter your telephone number:
<input type="text" name="telephone" /><br />
Please, enter your e-mail address:
<input type="text" name="email" />
</form><br /><br />
and the awful problem is that i just can't make the entered values to be displayed.
I would really appreciate, if you could help me!!!! :$