开发者

How to use connection object

开发者 https://www.devze.com 2023-02-01 21:12 出处:网络
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 fo

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
0

精彩评论

暂无评论...
验证码 换一张
取 消