With having several scripts that require registration, Log In & so forth, and all using their own database, How can I put everything into one database or check mutiple databases at one time, so that a user doesn't have to Log In 25 different times and only needs to Log In one time and can browse the entire site ?
In what language is the login scripts in? It's possible to use 1 database for all the sites, just need the proper code.
All scripts are in English. Is that a good practice ? And could you please clarify what you mean by the proper code ? Wouldn't sessions be involved somewhere as well ? I know that some scripts don't provide sessions, as others do..... so wouldn't that create problems ? Sorry, but I'm just trying to learn and grasp everything.