Already tried to install the phpmyadmin, but it was failed. Below are some adjusment that I've done in the config.inc.php :
1) extract the files at : C:\Program Files\Apache Group\Apache2
\htdocs\phpMyAdmin-2.6.0-pl3
2) $cfg['PmaAbsoluteUri'] = 'C:\Program Files\Apache
Group\Apache2\htdocs\phpMyAdmin-2.6.0-pl3 ';
3) $cfg['Servers'][$i]['host'] = 'localhost';
4) $cfg['Servers'][$i]['user'] = 'root';
5) and put a pssword inside $cfg['Servers'][$i]['password']
6) And thats all.
But when I opened the index.php, only plain php text appeared .
Hope that you guys can help me on this
Thanks ...