Hello, I get the same thing but when I view the page source I can see the source for the php file. I am running it on AIX5.1
This is what I tried html> <head> <title>PHP Test</title> </head> <body> <?php echo "<p>Hello World</p>"; ?> <?phpinfo()?> </body> </html> ----- Original Message ----- From: "- Edwin" <[EMAIL PROTECTED]> Newsgroups: php.install To: "Marcus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 9:36 AM Subject: Re: [PHP-INST] newbie question blank page > Hello, > > "Marcus" <[EMAIL PROTECTED]> wrote: > > Hi there Just manage to install RedHat 8 on a server and as soon as I > > load a php script to in the page is blank. > > Blank? No nothing? No errors? How about the (generated) source code? > (View -> Source in your browser) > > Use something simple for checking. Like: > > <?php > > phpinfo(); > > ?> > > and see what happens... > > > I have added > > AddType application/x-httpd .php > > in the httpd.conf file but this still doesn't work > > I don't think you really need this. When I installed RH8, all I had to > do was to start Apache and voila! I could run and see the result of > phpinfo() I mentioned above. > > - E > > ...[snip]... > > __________________________________________________ > Do You Yahoo!? > Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ > "- Edwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > "Marcus" <[EMAIL PROTECTED]> wrote: > > Hi there Just manage to install RedHat 8 on a server and as soon as I > > load a php script to in the page is blank. > > Blank? No nothing? No errors? How about the (generated) source code? > (View -> Source in your browser) > > Use something simple for checking. Like: > > <?php > > phpinfo(); > > ?> > > and see what happens... > > > I have added > > AddType application/x-httpd .php > > in the httpd.conf file but this still doesn't work > > I don't think you really need this. When I installed RH8, all I had to > do was to start Apache and voila! I could run and see the result of > phpinfo() I mentioned above. > > - E > > ...[snip]... > > __________________________________________________ > Do You Yahoo!? > Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php