G***G 发帖数: 16778 | 1 a web page using php. the web page has four tabs. each tab includes one
table from one query. there are tab1, tab2, tab3, tab4, and query1, query2,
query3, query4.
open database
query1
query2
query3
query4
should I put fetch_array here?
should I put close database here for each query?
| g*****g 发帖数: 34805 | 2 For non-trivial application, you should use a connection pool to
maintain database connections. I bet there's php framework
for that.
query2,
【在 G***G 的大作中提到】 : a web page using php. the web page has four tabs. each tab includes one : table from one query. there are tab1, tab2, tab3, tab4, and query1, query2, : query3, query4. : open database : query1 : query2 : query3 : query4 : : should I put fetch_array here?
|
|