[PHP] problem with dba with postgres connections

2001-12-06 Thread GB Clark II
all of the dba stuff works just fine. I am getting a valid dbm handle back from the open, it just can not find the first key. Anyone have any ideas? GB -- GB Clark II | Roaming FreeBSD Admin [EMAIL PROTECTED] | General Geek CTHULU for President - Why choose the less

Re: [PHP] Verisign Payflow Pro? Freebsd... Any ideas?

2001-11-30 Thread GB Clark II
ted php manual. I could > not get it to work. I even exec() the same code that defines the libs in > the shell script (test.sh) before exec() the pfpro call. > Install your libs under /compat/linux/usr/lib or somewhere and then update the ld hints/config file for linux. The linux prog

Re: [PHP] #!/usr/local ignore option?

2001-11-11 Thread GB Clark II
#x27;m willing to be that you have PHP installed as a module in apache whereas your hosting company is using the CGI version for some reason. You will need to install the CGI version of PHP and tell the system to treat your scripts as a CGI instead of as a PHP module script. GB -- GB Clark I

Re: [PHP] Error control and the like

2001-11-08 Thread GB Clark II
> based > > > > on > > > > > > > the error code. > > > > > > > > Can anyone suggest a way to implement the same thing in PHP? I've > > been > > > > > looking at some of the error control functions, but I've not seen any