I have an hosting account with PostgreSQL and PHP. I need to access to an PostgreSQL Database, those Database is only accessible from outside via SSH.
How can I communicate with the PostgreSQL using PHP? What are my best options?
Can someone give me a clue?
Can I use for example something like this? http://realprogrammers.com/how_to/set_up_an_ssh_tunnel_with_putty.html
Best Regards,