paul0078 on 04/15/12
Last Edited at 04/15/12 08:16pm
<?php $dbconnect = mysql_connect('127.0.0.1', 'root', 'rhi120281'); if (!$dbconnect) { exit('Sorry there was a problem connecting to MYSQL'); }?>
Report this snippet Tweet
Comment:
You need to login to post a comment.