Hey, a bit of a random and wierd Q, but here goes....
I have 2 forms on a page (basically one for registering, one for logging in). I have a module which sorts out the session, and determines whether the user is allowed to log in or not.
However, when I put data into the register form, the data from the login form seems to get processed by the module! Surely only the data from the form whose button is pressed should be sending info?
Also, the module is in a different directory to the main login page. This shouldn't be a problem should it, as I am only include_once 'ing it.
Cheers!