Include
Written
Author
Before getting any further into database coding, it will be good practice to call upon the PHP command of include.
The first part of server connection, database selection, and table selection is a repeated snippit, so to save time and effort, we'll put that part into a seperate file and just call it into play when we need it.
db_connect.inc
The PHP command to call that section of code into action: