PHPMixBill Installer

= 0) { $ltext .= 'To Run PHPMixBill You need at least PHP version 7.2.0, Your PHP Version is: ' . PHP_VERSION . " Tested ---PASSED---
"; $passed .= '1'; } else { $ltext .= 'To Run PHPMixBill You need at least PHP version 7.2.0, Your PHP Version is: ' . PHP_VERSION . " Tested ---FAILED---
"; $passed .= '0'; } if (extension_loaded('PDO')) { $ltext .= 'PDO is installed on your server: ' . "Tested ---PASSED---
"; $passed .= '1'; } else { $ltext = 'PDO is installed on your server: ' . "Tested ---FAILED---
"; $passed .= '0'; } if (extension_loaded('pdo_mysql')) { $ltext .= 'PDO MySQL driver is enabled on your server: ' . "Tested ---PASSED---
"; $passed .= '1'; } else { $ltext .= 'PDO MySQL driver is not enabled on your server: ' . "Tested ---FAILED---
"; $passed .= '0'; } if ($passed == '111') { echo ("
$ltext
Great! System Test Completed. You can run PHPMixBill on your server. Click Continue For Next Step.

Continue

Update System"); } else { echo ("
$ltext
Sorry. The requirements of PHPMixBill is not available on your server. Please contact with us- iesien22@yahoo.com with this code- $passed Or contact with your server administrator

Correct The Problem To Continue"); } ?>