> Everything's perfect.. except my browser keep blank when I run my php > files...
No, obviously it's not perfect because it's not working at all. Your page is blank because <? phpinfo() ?> will be evaluated as an unknown HTML tag and come out blank. Find another tutorial that discusses how to set up what you want and follow it step by step. ---John Holmes... > >I juz installed a RedHat 8.0 on my machine. > >But then I have a problem in configuring Apache 2.0.4 to use PHP 4.20.. > >It's preety weird.. coz there's nothing shown up in the browser when I > >run phpinfo(); or even a simple 'helloworld' code. > >When I view the source by right-clicking.. it shows the php code.. but > >why it didn't show anything in the browser ??? > > > >I've done all the procedures according to manual. but not working at > >all. > > check httpd.conf or something similar & make sure correct .php parsing -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php