One of my client project in PHP Old version (5.5) and used mysql_connect()
and other function related on it so there are lot's of file has used PHP old version functions but now we want to migrate in new version 7.2
but old version's function of mysql
is not working.
My question is not duplicate i have also referred in stack overflow but in my projects there are lot's of files that have been used old version function so how could i use same in new version.
Is there have any way to use same function in new PHP version ?