I need some opinions, I not asking how this can be done specifically, more, would it would possible? And if so how easy?
I have 3 sites
Now, is it possible to write a PHP script where someone can register and/or login to one of the 3 sites, and they are registered with all 3 sites. Maybe through a common database.
So for example, if someone logs on at site “1”, then decides they want to go to site “2”, is it easy to write a script so that they don’t have to logon at site “2”, they are essentially logged on at all 3 sites by logging on at site “1”.
Secondly, if the first part I mentioned can be done, I want to add an extra level of complexity to the 3 sites.
In my sites, say somebody logs onto site “1”, they will have an admin area where they can modify things related to site “1”, So, for example, if site “1” is a classifieds site, they can login and add something for sale and it comes up for sale on site “1”.
But heres the thing I want to do. I want people to be able to login at site “1”, and be able to modify things related to site “2”.
At the moment, people can only modify things separately, by logging on individually at each site, and only modifying things relating to that site. I want to merge all 3 sites in a sense, so that they can essentially do everything they can do individually now, at any of the 3 sites.
IS this hard to do??
Any opinions would be appreciated.