Well i'm trying to access a PostgreSQL database that is not in the same machine that PHP, when i try to us pg_** functions i get "Call to undefined function...", how can i use them without having to install PostgreSQL in the same machine that i have PHP?