I manage to use a PHP script to connect my web page to a remote MySQL Server, but this requires port 3306 on the remote server to be open, which is a security concern. I need this functionality for my web site visitors, which of course eliminates the idea of allowing some predefined IP addresses.
So, how can I go about it, maybe with something like SSH Tunnelling?
Thanks Alex