AFVA | Mitchell Posted January 22, 2010 Report Share Posted January 22, 2010 G'day, Is it possible so when you register one phpVMS site you get registered on another automatically. Example: When registering on SITE A you get registered on SITE B with same details (pilot id, password etc.). Im guessing alot of SQL will be involved.... Thanks Mitch Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 22, 2010 Administrators Report Share Posted January 22, 2010 Create a module with the this event: http://docs.phpvms.net/development/02_events_list#registration_complete Then you'll have to call another script which called Registration::AddUser() Quote Link to comment Share on other sites More sharing options...
AFVA | Mitchell Posted January 22, 2010 Author Report Share Posted January 22, 2010 At the moment, I made a form....its form action is a module on the 2nd VMS. Though at the module on the 2nd site (PacRegister.php) but I came across $this->post .....if the post is from an external source what do i make $this into? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 23, 2010 Administrators Report Share Posted January 23, 2010 $_POST Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.