I did my coding parts with PDO connect.Its working in my dev server.But when I move it to live server its not working.I already posted the issue with this
Issue
But the database connection with mysql is working fine.I tried to change the configuration part with the people they are in live server.They tried it but got failed.Now they don't want to go with PDO.They asked me to go with mysql_connect.
Goal:
Instead of changing the entire code is there any possible idea to execute the query with the mysql connection.I don't want to change the entire database activity.Because it is used in many places.
Could you please help on this.