All pastes #331674 Raw Edit

Untitled

public php v1 · immutable
#331674 ·published 2007-01-29 02:55 UTC
rendered paste body
<?php	if (isset($_POST['name']) && isset($_POST['contact']) && isset($_POST['address'])) {			mail("aluminiumwindowrevamp@hotmail.com", "Quote Application -".$_POST['name'], $content);			echo "Thank you for your application/enquiry<br />We will contact you, as soon as possible.<br /><br /><a href="home.html">Click here to return home</a>";	}else{ echo "You have not filled out all required items, please press back on your browser and try again, Thank you."; }?>