So, honourable members, I'm stuck.
I'm in the second last chapter of our Visual Basic handbook about Databases. As expected, Access databases will be used (gives me Delphi flashbacks).
I've followed the instructions at the back of the book using the specific link they gave there for installing...
Hi,
I have a question in regards to best practice.
Currently I have a php file called dbConnStart which starts the database connection:
$serverName = "localhost";
$username = "root";
$password = "";
//create connection
$conn = new mysqli($serverName, $username...