|
Posted by Laurent Compere on 12/15/05 23:42
First of all, thank you for your help Erwin.
> Hi,
>
> Hard to say, but if the same sourcecode is working when saved as a
> html-file, your problem could be fragmented datapackages send by the
> webserver.
> Some browsers, even IE on some OS's, cannot handle that very well.
>
> Try putting above your script: ob_start();
>
> That enables output buffering, meaning PHP will send the output in one
> stream.
>
> I may solve your problem.
> (As you understand: this is just guessing)
>
I tried this and it doesn't work.
> If that doesn't help try this:
> Rename the saved sourcecode to test.php instead od test.html.
> Maybe your (crippled) browser only wants to display stuff named .html.
I did this also even if I was convinced that page would be displayed
correctly.
I was wrong. The page cannot be displayed either.
But this is still very very strange since I can display another page which
is also php and which is much more complicated than this one (with css,
javascript, session, cookies, forms, ...). This is for sure a crippled
browser.
So so so ... What's the problem ?
I'm still searching ...
Laurent Compere.
[Back to original message]
|