Here I fixed it for you remember to make a / to close a tag heres an exlample in html
Code:
<html>
<head>
<title>
</title>
</head>
<body>
<form method="post" action="run_script.php">
<b>Name</b><input type="text" name="user">
<p>
<b>Email</b><input type="text" name="email">
<p>
<textarea name="info" col="6" row="12"></textarea>
<p>
<b>Message</b>
<p>
<nobr><input type="submit" value="submit">
<input type="reset" value="clear"></nobr>
</form>
</body>
</html>
Code:
<html>
<head>
<title>
</title>
</head>
<body>
<?php
echo "<b>Welcome!</b> $_post[user]";
echo "<p><b>Email:</b> $_post[email]</p>";
echo "$_Post[info]";
?>
</body>
</html>
Save second one as run_script.php(make sure its under a text file)
Put the First one on your desk top and save it as a text file under example.htm.Then add the second one to your www directory.(if no server google WAMP and download the server.Keep as local host and change the email to your email address.Follow the rest of the steps.Then open in form the tool bar and go up to www directory.open it and add the last one there.Close that and open the example.htm from your desk top.Enter some info and click send.)
put your image file in these tags.
You must be registered for see images