dpepper
05-20-2002, 04:20 AM
Hi people...
Is there a way to whihc I can find out what version of PHP is installed on my box?
Cheers
Damien
Is there a way to whihc I can find out what version of PHP is installed on my box?
Cheers
Damien
![]() | View Full Version : What Version dpepper 05-20-2002, 04:20 AM Hi people... Is there a way to whihc I can find out what version of PHP is installed on my box? Cheers Damien dutchie 05-20-2002, 04:30 AM put <? phpinfo(); ?> in a txt file, call it info.php (orwhatever) upload it and look at it in your browser. Goodluck ! |