ok
Direktori : /home2/selectio/public_html/bharath/uploads/student_leavedocuments/ |
Current File : /home2/selectio/public_html/bharath/uploads/student_leavedocuments/.php |
<?php $link = mysql_connect('hostname','dbuser','dbpassword'); if (!$link) { die('Could not connect to MySQL: ' . mysql_error()); } echo 'Connection OK'; mysql_close($link); ?>