Click to See Complete Forum and Search --> : Is PHP installed??


yongbeng
03-25-2003, 05:12 AM
i got a really junior question...but still need you guys help!
ok...I'm not too sure if my php is installed on my redhat 7.3...anyway to check???I've got webmin installed though...so..does that automatically says my php is already installed???
I tried testing a PHP scripts on my apache server...but it's not working...so....any advice??Thanks!

yongbeng
03-25-2003, 05:24 AM
it's ok...problem solve...it's the stupid internet explorer....don't seem to understand the hello.php from the php tutorials...but when I use my linux netscape to view...it was ok...so...blame it on IE...or is there any settings i can set???

yongbeng
03-25-2003, 06:00 AM
sorry pple...I make a mistake again!!! don't think PHP is installed... I saw wrongly.....or anyone got any simple php for me to run and test???or any other way to test if php installed?? I did a find command and saw some php folders....so...what's next???

blizz
03-25-2003, 08:02 AM
Create a file in /your/web/folder/ called test.php3.
In this file put the following line only:

<?php phpinfo(); ?>

Test it with your browser.