Localhost db connection

0 votes
170 views
added Jul 6, 2017 in Domain & hosting by anonymous
<?php
$dbh = null;
$hostname = 'localhost';
$username = 'root';
$password = '';
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...