Hi and thanks for your help. I have managed to upgrade my website from mysql to PDO. However, I am still using old functions like md5(). I have to continue to use this as my host provider is still on PHP4.5. I need a better equivalent. This is not necessarily for passwords but to post data to another page and to store in database tables. Any help on this?
Also as I ham using PDO, I want to make the website available to PHP8. I assume nd5() will be gone but what other functions will not be supported if upgrading from PHP7 to PHP8