Sun Oct 05, 2008 9:18 pm
<html>
<form action='email.php' method='post'>
<strong>Email:</strong><input type='text' name='email' size='50' maxlength='50' /><br/>
<input type='submit' value='submit' />
</form>
</html>
<html>
<?php
$visitoremail=$_POST['email'];
echo "your email is $visitoremail";
?>
</html>
your email is admin@codemiles.com
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.