Hello!
I've made a login modal form and want to use it such as after submit if I am logged to main website, I will be logged to mybb.
I think this is possible with ajax.
First action is login code of my website and second action is member.php.
In other words, I want to know how to send same post data with two different actions.
Or setting with cookies, but I don't know how.
I've made a login modal form and want to use it such as after submit if I am logged to main website, I will be logged to mybb.
I think this is possible with ajax.
First action is login code of my website and second action is member.php.
In other words, I want to know how to send same post data with two different actions.
Or setting with cookies, but I don't know how.