Modifica queste righe:
Codice PHP:
echo"<embed src=http://www.xatech.com/web_gear/chat/chat.swf quality=high bgcolor=#000000 width=640 height=480 name=chat FlashVars=\"id=10435070\" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=\"http://www.xatech.com/update_flash.shtml\" /><br><small><a target=\"_BLANK\" href="http://www.xatech.com/web_gear/?cb\">Get your own Chat Box!</a> <a target=\"_BLANK" href=\"http://www.xatech.com/web_gear/chat/go_large.php?id=10435070\">Go Large!</a></small><br>"
. ""
. ";
In questo modo:
Codice PHP:
echo"<embed src=\"http://www.xatech.com/web_gear/chat/chat.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"640\" height=\"480\" name=\"chat\" FlashVars=\"id=10435070\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.xatech.com/update_flash.shtml\" /><br><small><a target=\"_BLANK\" href=\"http://www.xatech.com/web_gear/?cb\">Get your own Chat Box!</a> <a target=\"_BLANK\" href=\"http://www.xatech.com/web_gear/chat/go_large.php?id=10435070\">Go Large!</a></small><br>";
Hai dimenticato un mucchio di virgolette e hai aggiunto dei pezzi...