Sign up for 2 databases.
Posted: Tue Feb 05, 2008 4:38 am
Hi all
Is it possible to have a single "Sign up" php script write to 2 seperate mysql databases in the one process.
I am looking to buy 2 php programmes that have their own database setup which will be hosted under a single domain (http://www.mysite.com).
Can i rewrite the script in one programme to match the database name and table/fields of the other for the user sign ups and logins as i am trying to have a user sign up on one program and have their user details accessible by the other (for login only purposes). (I think sessions are another issue)
The two programs will be graphically design so they look like one "website" but the user will have to login to each "section" of the site seperately.
I am looking for the most simple solution at this stage as i continue to learn more about PHP and hopefully intergate the 2 programmes better.
Hope this makes sense
Thx PM
Is it possible to have a single "Sign up" php script write to 2 seperate mysql databases in the one process.
I am looking to buy 2 php programmes that have their own database setup which will be hosted under a single domain (http://www.mysite.com).
Can i rewrite the script in one programme to match the database name and table/fields of the other for the user sign ups and logins as i am trying to have a user sign up on one program and have their user details accessible by the other (for login only purposes). (I think sessions are another issue)
The two programs will be graphically design so they look like one "website" but the user will have to login to each "section" of the site seperately.
I am looking for the most simple solution at this stage as i continue to learn more about PHP and hopefully intergate the 2 programmes better.
Hope this makes sense
Thx PM