Lysine
08-03-2007, 04:07 PM
1. Why wont my radio play in firefox? www.thishabbo.net/v1/ffindex.html to see :)
2. As i have 2 index's for my layout one for ff and 1 for ie. I have a code which should direct you to the write Index depending on which browser you use But when i use ff i open the ie index. The code is below. + Rep for help.
<?
//if its IE then redirect to IEindex
if ($name = strstr ($HTTP_USER_AGENT, "MSIE"))
{
//go to Spoono
Header ("Location: http://www.thishabbo.net/v1/ieindex.html");
}
else
{
//else go to multi browser index
Header ("Location: http://www.thishabbo.net/v1/ffindex.html");
}
?>
Thread Moved by Dan (Assistant Forum Manager): From "Habbo UK News and Rumours" Please post in the correct section.
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks :).
2. As i have 2 index's for my layout one for ff and 1 for ie. I have a code which should direct you to the write Index depending on which browser you use But when i use ff i open the ie index. The code is below. + Rep for help.
<?
//if its IE then redirect to IEindex
if ($name = strstr ($HTTP_USER_AGENT, "MSIE"))
{
//go to Spoono
Header ("Location: http://www.thishabbo.net/v1/ieindex.html");
}
else
{
//else go to multi browser index
Header ("Location: http://www.thishabbo.net/v1/ffindex.html");
}
?>
Thread Moved by Dan (Assistant Forum Manager): From "Habbo UK News and Rumours" Please post in the correct section.
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks :).