• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP include problem, please guide me

Peter65

New Member
http://www.abudhabicme.com

This is my first website I designed. Other than pure HTML tags, I have used only php's include() function and included html or .php pages inside. It works fine with IE6 and Netscape. But some of my friends who use IE5 or IE5.5 complaints, they get some specific line error or ')' missing error. I check the file, but I don't find anything except few htmp </td> tags.

Can someone guide me to get rid of this error?

Thanks
 
Could very well be something to do with this javascript function you've got

Code:
function MM_preloadhttp://www.abudhabicme.com/new/images() { //v3.0
 var d=document; if(d.[url]http://www.abudhabicme.com/new/images[/url]){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadhttp://www.abudhabicme.com/new/images.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

specifially the first 3 lines, you seem to have a url in therefor no reason

Andy.
 
Back
Top