Quote:
Originally Posted by davvblack
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.