Search results

  1. I

    site terminated? not sure please help

    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...
  2. I

    code to make sure email is real in php form

    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 =...
  3. I

    setting up form to send results to email

    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>...
Top