Hi

I have almost finished a module but would like to know how to configure the file to work in the admin and so it doesn't have the
  • $host = 'localhost';
  • $user = 'username';
  • $pass = 'password';
  • $db = 'database_name';

in the file. I would like to be able to add an box to the admin for this module too, can you tell me how to do that also? It is just a one page file that allows users to download their customers details to a csv file, so nothing too complicated.

Thanks,

Phil