View Single Post
Old June 28th, 2007, 2:29 PM   #15 (permalink)
GamingHybrid
Bow before Surpass!
Super #1
 
Joined in Sep 2004
1,547 posts
Gave thanks: 91
Thanked 49 times
Quote:
Originally Posted by davvblack View Post
Code:
else if ($_POST["secure"] == 1){
    header("Location: https://".$_POST["user"].":".$_POST["pass"]."@".$_POST["host"].":2083");} 
else {
    header("Location: http://".$_POST["user"].":".$_POST["pass"]."@".$_POST["host"].":2082");}
}
Yes, were a few missing quotes on the first line.
I bow before you sir! Yes, I made a typo :X thanks for correcting it.

Sorry for not much support, I haven't been checking this much.... so I've now subscribed to this thread. If you have any support needs, feel free to ask now as I will be slap-erm "alerted" of new replies

I will also try this on IE6, when I get the chance.
__________________
GamingHybrid is offline   Reply With Quote