giancarlo.dimassa.net

Archive for the ‘Database’ Category

Database abstraction in PHP with MDB2

Coming from a Windows environment, the first thing I noticed about PHP was the lack of a standardized way to access databases across vendors. That is, you want to connect to a MySQL server, you use the command mysql_connect(); , for PostgreSQL it is pg_connect(); , for Microsoft SQL server is mssql_connect(); .

Continue Reading...