Find out what version of PHP are you using.

by Geethalakshmi 2008-11-24 15:36:51

Create a page with just this line:

<?php phpinfo(); ?>

The resulting output should tell you what version of PHP is running.

Or just

<?php echo phpversion(); ?>

Tagged in:

1271
like
0
dislike
0
mail
flag

You must LOGIN to add comments