[PHP-DB] postgres update after select doesn't update...

2002-01-03 Thread Dave VanAuken
Am retrieveing an "available" ipaddress from a table, then later trying to perform an update to "assign" the address to an id. The update produces no error, but doesn't update either. Must be overlooking something but can't place a finger on it. Table "host_ipaddress" Attribute | Type |

RE: RE: [PHP-DB] exit code generation, php shell script/standalone

2001-05-11 Thread Dave VanAuken
] [mailto:[EMAIL PROTECTED]]On Behalf Of Russ >Michell >Sent: Friday, May 11, 2001 4:25 AM >To: Dave VanAuken >Cc: PHP-DB >Subject: Re: RE: [PHP-DB] exit code generation, php shell >script/standalone > > >Could you not use : > >or(header("Location: local/or/absolute/pa

RE: [PHP-DB] exit code generation, php shell script/standalone

2001-05-10 Thread Dave VanAuken
ROTECTED]] >Sent: Thursday, May 10, 2001 4:16 PM >To: Dave VanAuken >Subject: RE: [PHP-DB] exit code generation, php shell >script/standalone > > >Dave, > >I'm just free associating here, so these suggestions may be >worthless: > >If you are calling the PHP scr

RE: [PHP-DB] exit code generation, php shell script/standalone

2001-05-10 Thread Dave VanAuken
did try it, no go. Tried a number of permutations, but it doesn't seem to want to actually return the exit code... just prints it to the screen (in terminal mode) which is pretty and all, but not what I need :) just wondering is a solution exists and i just can't see the forest for the trees.