How can I connect my localhost
PHP
files to my remote server MYSQL
database?
For example: if we download WordPress
, and it gives us an option to login, so that our login credentials are saved with WordPress
but still our localhost files connects to that database.
How do I do that?
Thanks.