PHP Variables with the same name

mkamoua

New Member
I am trying to integrate my login system made with PHP with the PHPBB Login system.My problem is that I am including the PHP login document which contains a class called \[code\]$user\[/code\] but my login system uses \[code\]$user\[/code\] as well.e.g My function for login is executing inside a class called $user and the phpbb login class is $user->loginIs it possible to load the phpbb document, and login in a separate kind of "environment" to my main website?If you need any more info just let me know
 
Back
Top