
Ifeoluwa A. answered 05/18/19
Certified IT Consultant
It is advisable to upgrade your php code version to 7 for security purposes and access to additional keywords, functions to make your program efficient and increase your program load performance. Avoid using mysql, you should use PDO or MySQLi. I will strongly recommend PDO. It may feel stressful for code refactoring, but it worth all the effort and time.