PHP - Login external sites

Asked

Viewed 162 times

0

I am trying to create a script that links to an external website (I have the necessary login data on MYSQL database).

I would like to know how I can log in and fill in a form on a specific page of that site.

Example: www.omeusite.com

I want to call www.site.com and after automatic login with the data sent from the database fill in the form of the page www.site.com/formulario.php and submit the same.

  • 1

    an appropriate way to resolve this is with API (webservice). Check if this other site offers an API. Otherwise, all you can do is make insecure and unstable noises

  • Thanks, I’ll try to find that API :)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.