Forum Moderators: coopster
The following works fine in Firefox, but gives me an error in IE.
Any ideas?
$blog=$_REQUEST["blog"];
$yourblog ="site.com/".$blog;
$directory = "http://".$user[login].":".$user[pass]."@".$yourblog;
header("Location: $directory");
What is the error that it is giving you? Try echoing out $directory to see if it contains what you want.