Hi to all! Could anyone be so polite and help me in accessing a PostGreSQL database. I mean, I need the functions in order to connnect, retrieve some records and use them. Thanks a lot, Nicolas
Look at the PHP manual page entitled "PostgreSQL functions"; it's all in there. One thing to beware: the pg_pconnect() function is known to cause problems; you're safer using the plain pg_connect() instead (i.e. the non-persistent connection version.)
Come on - you didn't even attempt to look around for any info.
See the "Get Started" pages on this site for specific info.
Tim, you've got this nice "Be sure to search before you post" message above the submit button. Perhaps it's time to add "And of course you rtfm'd first, too".