I have completed my web based system and i used wamp server, i don't want to put admin control pannel in my website rather i want admin to login to phpmyadmin on that computer where hosted via web browser by using username and password. Also i want to know which index file is running at (http://localhost/phpmyadmin/) is it a php file or? .

You can protect the phpmyadmin directory with an .htaccess containing the statements
AuthType Basic
AuthName "Restricted Files"
AuthUserFile path/to/your/password/file
Require user /your/username
Have a look: http://httpd.apache.org/docs/2.0/howto/auth.html

In the phpmyadmin is an index.php file to which the empty request / defaults.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.