Hi,
I have just unzip phpmyadmin to my interpub/wwwroot and it appear to have another folder inside the interpub/wwwroot/phpMyAdmin-2.6.0-pl2.
Inside it i make some admendment on the config.ini.php
i change the code
$cfg['PmaAbsoluteUri'] = '';
to
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
and also the php config file inside the window folder
register_globals=ON
I had installed php4.3.9 and mysql server and client 4.0.21 on my system and i running IIS server.
However, when i go to my brownser and type
http://localhost/phpMyAdmin
it appear
The page cannot be found
Am i missing any steps or i unzip in wrong directory.
Thank for replying my question.