Thread: php form create
View Single Post
Old 04-22-2013, 11:42 PM   #3
RohanJaiswal
Registered User
 
Join Date: Apr 2013
Posts: 8
<html>
<body>
<form action="Hello.php" method="post">
Name: <input type="text" name="name">
Age: <input type="text" name="age">
<input type="submit">
</form>
</body>
</html>
when the form is submitted, data will be sent to Hello.php
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RohanJaiswal is offline   Reply With Quote