Ok so my site, icocare.co.cc, when I got to the webpage I keep getting a blank page. I feel as if it might have been suspended for inactivity, but I can't even log in to the account panel on the main webpage saying that my account has been suspended.
I'm really hoping that the webpage has not...
would it this be code?
function spamcheck($field)
{
//filter_var() sanitizes the e-mail
//address using FILTER_SANITIZE_EMAIL
$field=filter_var($field, FILTER_SANITIZE_EMAIL);
//filter_var() validates the e-mail
//address using FILTER_VALIDATE_EMAIL...
hey I've been searching on google and I can't seem to find the code that you put in a phpform that makes the form check if the email is real/require that certain parts of the form be filled out other wise it won't submit.
here is the code:
<?php
if (isset($_REQUEST['submit'])) {
$fname =...
oh hey thanks! I'll try this. This won't replace my original form though right?
[EDIT]
I tried the code on my site, but it didn't work. I got this error:
Parse error: syntax error, unexpected T_STRING in /home/icocare/public_html/process.php on line 13
here's the code i used...
Well I've been looking and I've been getting some conflicting/confusing answers. So simply put, how do i set up my html form code so that when the user clicks submit it sends their input/data to my email address?
Here is the code:
<form action="process.php" method="POST">
<fieldset>...