Web site forms

Currently reading:
Web site forms

Thanks for that, also ive designed a form using dreamweaver itself by clicking insert>form and designing it how i want it, how would i get that form emailed to my address once someone has filled it in?
 
if its a php file that the contact form is use this in your html:

Code:
<?PHP
 include("contact1.php");
?>

where contact1.php is the name of the contact php file. Remember to save the page in dreamweaver as .php :):slayer:
 
Back
Top