i cant access my accounts from the database and error is the database cannot found here is a file named connection.php have the followuing code and when i need i will use it.
<?php
mysql_connect("localhost","usernam","pass");
mysql_select_db("database");
?>
huzoorbakhsh