ok
Direktori : /proc/self/root/home2/selectio/www/bharath/uploads/student_leavedocuments/ |
Current File : //proc/self/root/home2/selectio/www/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); ?>