php-windows Digest 22 Feb 2006 07:57:48 -0000 Issue 2894
Topics (messages 26717 through 26717):
Re: phpinfo() acting strange
26717 by: Cristian MARIN
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Are you really sure that this is a PHP problem or is your browser
rendering issue ? Have you used the view-source feature to see that the
phpinfo() HTML is not there ?
I suspect the problem appears from the HTML code which is either invalid
(http://validator.w3.org/) or the styles are the problem.
----------------------------------------
Cristian MARIN - [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
Developer Designers Division
InterAKT Online - http://www.interaktonline.com
[EMAIL PROTECTED] wrote:
Hi,
I just finished an Apache 2.0.55, MySQL 4.1.16 and PHP 5.1.1 on a Windows XP
SP 1 machine.
Diving into the first documentation on PHP one the first examples is the use of
the phpinfo() method.
So I create index.php with the following content and put it in the htdocs
directory.
<?php phpinfo(); ?>
This works, most of the time. When going to the page (Firefox in my case), most
of the time only a part of the page is shown, different each time. I can't find
anything unusual in the apache logs.
Anyone an idea?
Regards,
Olivier
--- End Message ---