PHP Code:
$query = "SELECT username, kennel, dspoints,
job, email FROM member";
$rows = mysql_fetch_array($result);
$result = mysql_query($query);
if(!ereg("^.+@...+$",$email));
echo "Your username is $row[username]<br>
*Your kennel name is $row[kennel]<br>
You have $row[dspoints]<br>
Your job is $row[job]<br>
*Your email is $row[email]<p>";
I have changed this part about 15 times and the only thing that don't work is the stuff to do with email. Where it says your email is there is a problem. But whenever I change that there is something wrong with the if() thing.