How can I know which version of PHP my host have?
thx.

Recommended Answers

All 2 Replies

create a file say check.php

put the following code in it:

<?php
phpinfo();
?>

Thats it... Just run this file.. and you will get the full detailed information about php...

Thaaaaaaaaaanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.