RE: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Fotwun
Compile a dynamic module for use with the dl() function or the php.ini. ./configure --with-pg=shared make cp the module in the src/module (pgsql.so) into the location defined for modules in your php.ini. either add line to the ini or use the dl('pgsql.so') in your script to call it. if you

RE: [PHP-DB] E-Commerce - Integrating Sessions With Charging Processes That rePOST

2001-08-20 Thread Fotwun
, 2001 12:43 PM To: Fotwun; [EMAIL PROTECTED] Subject: Re: [PHP-DB] E-Commerce - Integrating Sessions With Charging Processes That rePOST - Original Message - From: Fotwun [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 20, 2001 1:40 PM Subject: [PHP

[PHP-DB] E-Commerce - Integrating Sessions With Charging Processes That rePOST

2001-08-19 Thread Fotwun
Hi, I have basically seen and used two methods for integrating credit card gateways into PHP code. The first method is one that opens a socket to the gateway server and sends the data from within the code. The second is where FORM data is posted to a https URL with the URL is should send the