Search results

  1. I

    site terminated? not sure please help

    ughhhhhhhhhhhhh! this is ridicoulous. wow. well i believe my cpanel name was either icocare or icomedsupply.
  2. 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...
  3. I

    code to make sure email is real in php form

    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...
  4. 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 =...
  5. I

    Anyone who is on the Lotus server read this!

    is phpmail still disabled?
  6. I

    setting up form to send results to email

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