Open main menu

Pathology Education Instructional Resource β

Changes

HTML/PHP Database Dump

102 bytes added, 02:40, 19 March 2014
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.
?>
</syntaxhighlight>
 
 
{{This Is Your Brain On Informatics}}
 
[[Category:This Is Your Brain On Informatics]]
347
edits