I am integrating logins for two separate sites. Each site uses its own database and user tables.
My question is: how can I execute the remote script via PHP, as if I was submitting the form to the website?
I want the one site to execute the login script, which runs the external site login script as part of its own login process. Should I set the needed session cookies and redirect back to the current site?
I am using Opencart and vBulletin.
Thanks