[imp] php version

Niall Brady bradyn@maths.tcd.ie
Wed, 14 Aug 2002 10:57:16 +0100


On 14 Aug 2002 17:50:23 +0800, lito said:
>sorry if this is an OT. but how will I know my php version running on
>may machine?

Make a test.php file with

	<?
	phpinfo();
	?>

then load that up in your browser.

-- 
	Niall