Updates to Version Compare and Who's Here
I made some minor updates to both the lib/logd_version_compare.php library and Who’s Here. If you’ve downloaded either of these before, you can download the updates to both below.
Use the following link to download Who’s Here.
[dl=whoshere.zip]
Use the following link to download just lib/logd_version_compare.php
[dl=logd_version_compare.zip]
The following is an example of how to use the lib/logd_version_compare.php
<?php
require_once ‘lib/logd_version_compare.php’;
if (logd_version_compare(‘1.1.1’)){
//this is 1.1.1 or higher
}else{
//this is not 1.1.1
}
?>
Posted on Sunday, February 8th, 2009 at 7:48pm under Category by admin.
Related Posts
Most Recent