Archive

Posts Tagged ‘Connection Errors’

Checking Database Connections and Getting Errors in PHP

November 25th, 2009 Mehmatrix 1 comment

We have talked about how to make database connections in PHP before. However, I realized that I have forgotten something which is so important. If you read that article or you are interested in PHP, you may know that we use odbc_connect() or mysql_connect() (or etc.) functions to connect some databases. These functions try to connect to specified databases. I wish every request would be accepted, because it is possible getting errors during the process. If the connection is not successful, the rest of codes will not work properly. So today, I will show you how to check database connections.

It is so simple checking database connections in PHP. We need to know that Click to Read Complete Article »

Bookmark and Share
eXTReMe Tracker