I have a drupal 6 site with some modules that work only on 6.x at the moment(so I can't go to 7.x for now)
I also have another site with .php files with each own mysql db tables (around 25-30) and a login system.
So what I want is, this site to be implemented on drupal and use its functionality inside drupal. That means bypass the authorization system(login/register etc) and use drupal credentials to use each functionality.
I'm thinking of making this external site as a module (I'm new to drupal...I don't know how yet)
So is it doable? or should I consider another way?