I am seeking information on the feasibility of updating a PHP website hosted on an FTP server when the website's database is located on a separate XAMPP server. I am interested in understanding if this can be done and if so, how to go about it. In essence, I want to know if it's possible to maintain and synchronize my website with the database under these circumstances.
I've been researching online, but I haven't found valuable information regarding the possibility of interacting with a MySQL database hosted on XAMPP from a website stored on a remote server using FTP. Even ChatGPT has suggested that such interaction might be impossible based on the available information.