347
edits
Changes
no edit summary
<syntaxhighlight lang="php" enclose="div">
<?php
$con = mysqli_connect("localhost", "gbs788db", "pw", "gbs788db"); //This references the database. We store it as a variable only so that we don't have to keep writing it out.