Look at your source, also.  Do you still see the <? phpinfo(); ?> part of
the page?  If you do, it's not being processed.  (configuration is wrong,
you named it .htm, something like that).

----- Original Message -----
From: "Shane McBride" <[EMAIL PROTECTED]>
To: "kaab kaoutar" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 3:30 PM
Subject: Re: [PHP] phpinfo ?


> Try this:
>
> <html>
> <body>
>
> <?php
>   phpinfo();
> ?>
>
> </body>
> </html>
>
> -Shane
> ----- Original Message -----
> From: "kaab kaoutar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 26, 2001 10:23 AM
> Subject: [PHP] phpinfo ?
>
>
> > Hi there!
> >
> > I'm sure it's a stupid problem but the phpinfo does work while trying
the
> > following html code:
> >
> > <html><head><title>PHP Test</title></head>
> > <body>
> > <?php phpinfo() ?>
> >
> > </body></html>
> >
> > the result is a blank page!
> >
> > And when i create an php file with only: <?php phpinfo() ?>
> > i have a dos window where a list of information is listed quickly then
> > shut!(i can hardly see it)
> > by the way is it the same to put php code between <?php ?>
> > and <? ?> and <script language=php> </script> ?
> >
> > thanks
> >
_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to