Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Problem with PHP form Re: Problem with PHP form

#48427
ChrisBull
Member

This will fix it either way – you need to choose between the two options



$speech = "";
if(isset($_POST)) {
if ( $_POST == "" || $_POST == "" || $_POST =="" || $_POST =="" ) {
$speech = "

You've Left Something Blank.

";
} else {
$body = $_POST . 'n' .
$_POST . 'n' .
$_POST . 'nn' .
$_POST;
mail('[email protected]', "you've got mail!", $body);


//////CHOOSE BETWEEN NEXT TO LINES AND REMOVE THIS ONE///////////
$speech = "

Message Has been Sent!

";
header('Location: http://coadin-internet.com');
}
}

?>








































Contact Options










Drop us a line