How to use connection object
I am making a website and using php and mysql.. what is the criteria for connection object? do we have to use differen开发者_StackOverflowt connection object in every page or same connection object for every page whatever be the work
Create a connection class and use it every where. Look at following articles:
- PHP MySQL Connection class
- PHP MySQL Data Connection Class
精彩评论