New to mysqli, I would like to ask if there are two files.
One is an article query file and the other is an editing file. Both files require mysqli_query.
Does mysqli_close() need to be added to the bottom of these two files?
Guanhui2020-05-04 10:11:33
You can encapsulate database operations for unified calling and management