php-db | 2000121
Date: 12/13/00
- Next message: Scott Mebberson: "[PHP-DB] AUTO INCREMENT - MySQL + PHP"
- Previous message: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- In reply to: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Next in thread: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Reply: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>in the fuction, globalize the database connection, that will resolve your
>issue. Unlike MySQL connections, PostgreSQL connections are not
>automatically available in functions.
That's incorrect. I use mysql at work, and I still have to globalise a
connection string to use it in a function.
>As far as integrating this into PHP like it is with MySQL.. would be nice.
I prefer the mysql functions, they're a bit easier to use over the
postgresql functions in php. Slight code changes, but it's annoying.
------------------------
Chris Smith
http://www.squiz.net
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Scott Mebberson: "[PHP-DB] AUTO INCREMENT - MySQL + PHP"
- Previous message: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- In reply to: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Next in thread: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Reply: Dave VanAuken: "RE: [PHP-DB] Whats happening?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

