View file File name : closedb.php Content : <?php // an example of closedb.php // it does nothing but closing // a mysql database connection mysql_close($conn); ?>