View Single Post
Old 12-20-2007, 12:46 AM   #1 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default How would I use Email and password validation?

Okay, so I have this contact form, and I have most of it coded, but I can't quite get the code to validate the email address...

I tried
Code:
if($email == eregi(this was some complicated email validation code that I tried,$email)){}
else
{
            $error.="Please, go back and fill out your Email correctly.<br>\n";
            }
and It didn't work too well...


The entire code would be really really really annoying to post... It has some possibly-sensitive stuff.

Anyway, the page at work is http://aetherdesigns.com/hosting/standard.php

I really need to get this code to look good O.o
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote