Hi,
If you can help me with this, I'd appreciate it. This page: http://www.fcPremier.com/francais/ is a new part of my site.
It's basically one page that calls presentation and content data depending on user clicks.
But case "article": is the one portion that is not working right.
For some browsers, seemingly all MS, browsers, this type of page: http://www.fcpremier.com/francais/?do=article&id=000254 works fine. For others, mostly Netscape, the content does not appear.
The weird thing is that the code to be executed is all serverside.
I can tell by checking source when it doesn't work that the page has gone out, done a function on an included page, and returned with some data. The data that I see returned is hardcoded into the function.
But all the database data - the article content - is not included!
And yet, on other browsers, it is!!
How could this switch depending on browser - it's all serverside code.
How could the source code send from the server be different depending on which browser is requesting info?
I don't get it.
The code is too complex, with includes etc. to post here, but I hope someone can give me a clue.
-john