How i can process my form data, my form contain just one text input field and .php 
code have to show it but when i press ""SUBMIT" button my page url does not change nor 
the input text seen thier. my php code is :

<html>
<body> 
<p>Welcome<?php echo ($Applicant); ?>!</p>
</body>
</html>

html form just send the input text with Applicant text field data. However my php and 
apache is working fine. Do any one have idea.
Imran

Reply via email to