File manager - Edit - /home/autoph/public_html/tasks/database.tar
Back
connectweb.php 0000644 00000000357 15025042254 0007410 0 ustar 00 <?php $connect_error = 'Sorry, we\'re experiencing connection problem. Please try again later... Thank you!'; mysql_connect('localhost','root','') or die ($connect_error); mysql_select_db('db_nephro_web') or die($connect_error); ?> .htaccess 0000644 00000000030 15025042254 0006332 0 ustar 00 DirectoryIndex index.php connect.php 0000644 00000000372 15025042254 0006707 0 ustar 00 <?php $connect_error = 'Sorry, we\'re experiencing connection problem. Please try again later... Thank you!'; mysql_connect('localhost','autoph_portal','mis1541ng') or die ($connect_error); mysql_select_db('autoph_legal') or die($connect_error); ?>