I have an idea to automatically fill out a form indicating the currency on booking.com , because the course is constantly jumping, and putting it manually every day is stupid, I decided to automate it.
The logic is as follows: (PHP language) Parsing NBRB price data => entering a rate into the database mysql => connecting to the booking.com control panel via cURL (login form / username) => redirect to the $ filling rate page => receiving data forms => get the exchange rate from the database mysql => fill in the form on booking.com => press the button input => status OK.
And now the question is, I think correctly, and is it possible to implement it through cURL ?