Re: [PHP-DB] PHP Postgres - query not writing to database.

2009-05-10 Thread danaketh
I'd suggest you to copy the echoed queries and run them directly in terminal (if you have access). Also if you have remote access to the database and can use tools like pgAdmin or Navicat, that could help you with testing. Or send me the table structure and I'll try them myself ;) Carol

[PHP-DB] Using pdo in a server where php was compiled with --disable-pdo

2009-05-10 Thread Pablo Marchant
Hi. I have a couple of servers in which PDO was disabled when it was configured for compilation (the flag --disable-pdo was present). However, Im trying to use an ORM (DABL http://manifestwebdesign.com/developer-resources/database-abstraction-layer/) that depends on PDO to function properly. Is

[PHP-DB] Re: Using pdo in a server where php was compiled with --disable-pdo

2009-05-10 Thread Pablo Marchant
Hi. I have a couple of servers in which PDO was disabled when it was configured for compilation (the flag --disable-pdo was present). However, Im trying to use an ORM (DABL http://manifestwebdesign.com/developer-resources/database-abstraction-layer/) that depends on PDO to function properly. Is