Get a hold of someone with this contact form.
Pretty self-explanatory.
You might want to strip newlines from $_POST['name'] to prevent header injection.$name = str_replace(array("\r","\n"), '', $_POST['name']);?>
We are always looking on upgrading. Please, take a second to tell us which is the feature you would like to see being added in PHPSnaps.
Comments
You might want to strip newlines from $_POST['name'] to prevent header injection.
$name = str_replace(array("\r","\n"), '', $_POST['name']);
?>