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?
You can encapsulate database operations for unified calling and management
Yes, add
You can encapsulate database operations for unified calling and management
Yes, add