View Single Post
andrepires68
Member
Join Date: Feb 2010
Location: Portugal
Old 03-15-2020 , 15:13   Re: Call to undefined function mysql_connect()
Reply With Quote #2

Hi, this is because you are running on a php version where those functions were replaced with their mysqli* functions. You will have to change those functions to be according with your php version. See https://bitbucket.org/Maverick_of_UC...ble-with-php-7
andrepires68 is offline