I have Centos installed with php + apache running
This centos is local but I want to use this local server to connect to a mysql database that is on a server on the internet.
I have firebird installed on this centos, and I can connect to it normally.
When I try to connect to MySql from this error.
Fatal error: Call to undefined function mysql_connect() in
Obs. the connection file works correctly on the server that is on the internet.