Logging in 2 PHP scripts together?

  • Thread starter Thread starter Yin H
  • Start date Start date
Y

Yin H

Guest
I am running PHPbb and a gradebook system on my website.
I was wondering if there is anyway of making them log in once when the visit the site, then they would have access to both the forum and the gradebook without re-logging in.
Thanks!
 
You'd have to heavily edit the code of either one to fit the same credentials as the other application so that they run from the same database and log the user in, in the exact same manor as one does.
 
You'd have to heavily edit the code of either one to fit the same credentials as the other application so that they run from the same database and log the user in, in the exact same manor as one does.
 
Back
Top