Jump to content

Recommended Posts

Posted

Have tried to convert from mysql to mysqli since php version 7 doesn't supported mysql, I have try some script to test my new mysqli code but after successful install is still keep showing blank page. Please help me

 

ariyo.heliohost.org

Posted

We support php 5.6, 5.5, and 5.4 on all of our servers. If you want to continue using your older code you can, just change the php version.

 

If you want to update your code to run on newer versions of php I recommend making just a few changes at a time, and then put an exit; command and do lots of echos and var_dumps along the way to make sure everything is working the way you want. Then if that section is working move your exit; down a bit and do it again.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...