Forum Moderators: coopster
Is there a way to check what version of PHP your using, without calling phpinfo()?
I have a self-installer script, and before they install it, the script wants to confirm that they have a compatible version of PHP.
Any ideas? Thanks a Ton!
[us2.php.net...]
phpversion();
simple enough.