Then, I have a Site A that is hosted on a Server A, but I need to check a Server B's database to see if a specific user is present or not, and MySql Remote is not an option. Currently, I handle this case using get; however, I need to redirect the client's page to Page B.php, which includes the necessary functions to perform this query, and then return to Site A with the outcome.
Can you please shed some light on what I can do to carry out such an action without ordering pages?
stumble guys