Search Results

Search: Posts Made By: Neo
Forum: Linux 09-05-2018
4,505
Posted By Neo
Hey TBotNik, Did you have success with this?...
Hey TBotNik,

Did you have success with this?

EM dataio modules?
Forum: Linux 06-26-2018
4,505
Posted By Neo
We also have the same problem with transitioning...
We also have the same problem with transitioning these forums to PHP7 and mysqli from legacy versions of PHP.

It's a lot of work and I've not had time to do it because of other projects.
Forum: Linux 06-23-2018
4,505
Posted By Neo
You can also try this: <?php if...
You can also try this:

<?php
if (version_compare(phpversion(), '5.3.10', '<')) {
// php version isn't high enough
}
?>

Or something like this:

<?php
$ver = (float)phpversion();
if...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy