By paul o brien on
I have a form created in Dreamweaver/MySQL and would like to give access to it, but only to logged in users. Is there a way to do it?
As a general question, is it possible to use Drupal to control access to content not created in Drupal?
Thank
Paul
Comments
Module tutorial
Drupal login information is stored in a session variable (in MySQL(?)), so specific authentication information is not avaialbe except by pulling the info out of the session.
Learning to make simple modules is not too tough - see the tutorial: http://drupal.org/node/17914
Same problem
I have the same question. Do you have already a solution for your problem?
none yet
haven't had the time or courage to try Samatva's suggestion.
Paul