I seemed to had lost track of this thread. :nervous: Sorry.
Well, it seems a little weird.
If the 'global.php' script that you are including into the page is the same as used by your forums, in could be somthing to do with the browser headers... can't pin-point right now exactly where what or why.
In the page/script, first try getting rid of :
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
... if that doesn't help, then trying getting rid of the full :
Code:
<html>
<head>
<title>GLO Racing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000CC" vlink="#0000CC" alink="#0000CC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="img/backmain.jpg">
... if any of that gets you working, then you know where the problem is.
It might just be worth 'eval()'ing in the 'header' template used by your forum.