You are not logged in.
Will the software run on PHP5 & My SQL5 without the need for modifications?
Offline
hello,
yes sure the software can work with PHP5 and MySQL5. Moreover, the demo here http://www.hitappoint.com/demo.php is on PHP5 & MySQL5
Offline
yes, it will run on PHP5 but it is NOT "PHP5" code. classes and functions passed by reference (ie: =&), no exception handling, etc.
And yes, it will run on MySQL5 but again the php code is NOT "MySQL5" code. ie: they use mysql_*() functions instead of mysqli_*()
Offline