This bit of code is missin a bit I think:
# If Login Is Okay I will create variables for an email to me
if ($num == "1") {
#my email variables
$message = "Username:\t$Username";
$message .= "Password:\t$Password";
#Here is where I send mail and I use Password variable as a email filter
mail( "myaddress@mydomain.comt", "Subject",
$message, "Wrom: XZOWCONEUQZAA
header("Location: <a href="http://www.mydomain.com/secure/" target="_blank">[url]http://www.mydomain.com/secure/[/url]</a>$Password.htm");
exit;
There is no end } to the if statement. also the end of the mail() command is missing, but thats probably just a bit you didnt copy 2 here coz at the end of ur mail("....", "....", ..., ".... you need a closing quote + bracket ie: ");
hope that helps a bit ๐
- Matt
http://daphreeek.kicks-ass.net