when I go to admin option in drupal 6. I get following error on my Browser
Fatal Error: Maximum execution time of 30 seconds exceeded in c:\\wamp\\w
Add following line in settings.php and then it will work without error
ini_set('max_execution_time', 0);