Does PHP 5.29 run PHP 4 with no problems
I have a web site (http://www.tyneships.co.uk) that I wrote some years ago using PHP4 and MySQL.
The hosting service now tells me that PHP4 is out of date, and asks if I would like to switch the
site to one running PHP5.
Currently I do not have a system at home running PHP5, so I would dearly like to know what, if any, problems I would have to cope with in conversion.
I will be using Dreamweaver CS4 on a Windows 7 machine instead of the CS3 on XP machine that I used to create the site.
Besides querying the database for surfers the site is updated by its owner with no knowledge of any programing language, using some code that I wrote for him. However, that was 4 or five years ago, and I have not written any PHP since then.
The only added extension is a picture file uploader, which I can update if need be.
All help appreciated.