|
Basically, in php you will have to create a custom registration script that first calls for the information from the form : i.e User,Pass,Email,Questions, Etc...
Then you will have to check for these fields to be filled with correct information filling the margins, usually for user it's no more than 14 characters, no spaces and no digits like ¥
Then, you will have to have the script connect to all 3 of the databases and check for repeating users.
Then, you will have to have the script if checks all o.k insert into the 3 databases by using a insert via remote IP form. This is basically just a code that first connects to each database to verify it's connectivity. Then it checks for repeats, and follows it with the insert into Code. Now, how you would put that together to make it connect to each database i am not sure of. But generally this is what you will have to be done.
- If you want help doing this i cannot help right now, but i'm offering input. Thanks.
|