/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$version = PHP_VERSION; echo 'The current version is: ' . $version[0];
Comments
You need to login to view comments.
