Re: [PHP-DB] Postgres and php shell scripting

2001-08-27 Thread John Starkey
Yep that was it. Thanks. Thus spake Jason Brooke ([EMAIL PROTECTED]): > > Anyone know if there's a trick to using PHP as a shell script and > accessing postgres? I keep getting pg_exec not found yet it works in a > browser. I'm using my normal abstraction class. > > > > All normal filesystem, st

Re: [PHP-DB] Postgres and php shell scripting

2001-08-27 Thread Jason Brooke
> Anyone know if there's a trick to using PHP as a shell script and accessing postgres? I keep getting pg_exec not found yet it works in a browser. I'm using my normal abstraction class. > > All normal filesystem, string, etc functions are available. Just can't get the pg functions to work. > > TI