Carbon_Fibre
Expert Member
Hi Guys
I'd appreciate if anyone has any suggestions on how I can do this:
Example: If I have 3 (or more) osCommerce sites (all seperate companies), but I want users to be able to register once and then be able to log in to any of the sites. What would be the best way of doing this and how would I be able to this:
Option 1: With a centralised registration page, which copies the form information into a "customers" row of a seperate MySQL table (i.e. Table 4)
(1 x MySQL database - but with seperate tables for each osc installation. Hence 4 tables <3+1>).
All osc sites run off the same MySQL database but from different tables. I then find a way to amend the sql osc file so that it queries the "user" row in Table 4 instead of the original row/table.
Option 2: With a centralised registration page
(3 x MySQL databases - 1 for each osc installation).
Is there then a way to create an automated process to run, so that the 'process' copies the user details into the "customers" row of the MySQL table of each osc installation; or
Option 3: Traditional osc registration page for each osc installation
But find a way to have the "customers" row copied to the other databases (or tables) by some automated process, everytime someone registers or on a daily basis
Any input or ideas on how I can do this will be really appreciated. Thanks in advance.
I'd appreciate if anyone has any suggestions on how I can do this:
Example: If I have 3 (or more) osCommerce sites (all seperate companies), but I want users to be able to register once and then be able to log in to any of the sites. What would be the best way of doing this and how would I be able to this:
Option 1: With a centralised registration page, which copies the form information into a "customers" row of a seperate MySQL table (i.e. Table 4)
(1 x MySQL database - but with seperate tables for each osc installation. Hence 4 tables <3+1>).
All osc sites run off the same MySQL database but from different tables. I then find a way to amend the sql osc file so that it queries the "user" row in Table 4 instead of the original row/table.
Option 2: With a centralised registration page
(3 x MySQL databases - 1 for each osc installation).
Is there then a way to create an automated process to run, so that the 'process' copies the user details into the "customers" row of the MySQL table of each osc installation; or
Option 3: Traditional osc registration page for each osc installation
But find a way to have the "customers" row copied to the other databases (or tables) by some automated process, everytime someone registers or on a daily basis
Any input or ideas on how I can do this will be really appreciated. Thanks in advance.