Getting input from a form
Posted: Wed May 19, 2004 6:53 am
How can i make a php file and get the following input from the form ??
Code: Select all
blog.html
<form method=POST action="post.php">
TITLE : <input type="text" name="title" style="width:300;">
<textarea name="yourFieldNameHere" style="width:800; height:150">
</textarea><br>
<input type="submit" name="submit" value="SUBMIT">
</form>