Hi Guys,
I have a very simple problem, I think...
I am trying to check PHP version on a server with the following code. Let's say the server has version 5.2.11 installed, which is actually a newer version than 5.2.5, the error will say trigger. I have tried checking the version number without quotes as well but then get a syntax error. Any ideas?
PHP Code:if(phpversion() < "5.2.5"){
$Error['error'][] = "You currently have PHP ".phpversion()." installed. Domain Trader v2.5 requires PHP 5.2.5 or later to be installed on your server.";
}









Bookmarks