Hello i have 2 scripts both with simular databases both using mysql and are both written in php i have a understanding of both scripts and i also know abit of php and mysql but heres for the quistion.
script one is my main database with my users and password information in the profiles database table field now this is on one server and i have script two on another server.
what i would like to be able to do is copy two fields and there corresponding information and columns from script one to script two so when an account is created on script one aka Dolphin i would like to copy two fields namely
NickName and Password from server1_dolphin , Profiles to server2_script2db , members , password so that users of script one will be able to login to script two
is this possible i was thinking that it maybe possible via a cron php execution but i am unsure of the command to process.
it would be good if it was just a case of adding something to the login of say the script one join file but which ever if it is at all possible process would suffice
many thanks for any help you all may have with this problem.
Kind Regard
Wesley aka WESWAYS