Re: [PHP-DB] problem with postgres

2002-11-10 Thread bob parker
On Sun, 10 Nov 2002 04:12, you wrote: > Hi there, > > I got this fustrating problem with postgresql & php can any one help??? > > my postgresql installation is working fine with my perl application. My > php is working fine... however, my php don't seems to be able to connect to > the postgres

Re: [PHP-DB] Re: How to force a new browser page?

2002-05-01 Thread bob parker
On Wednesday 01 May 2002 08:15, you wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] says... > Thanks for the replies on this topis folks. For the moment the http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] How to force a new browser page?

2002-04-30 Thread bob parker
uuton to return to the original list so I would prefer to open the other pages in new windows. How please? If a web developers list is more appropriate for this question kindly recommend one. Thanks Bob Parker -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Maximum field length with PHP 4.1.2/MSSQL v7 ?

2002-04-27 Thread bob parker
Pan, It looks as if you may be using FORM with method=get. If so try method=post to get the full data Bob Parker On Saturday 27 April 2002 20:35, you wrote: > From: "Chris MacKenzie" <[EMAIL PROTECTED]> > > > I've come across an interesting problem. I'm try

[PHP-DB] Problems on inserting two tables

2002-04-22 Thread bob parker
que values ($glid); etc that fails because $glid is not initialised. My next attempt was '$sql = select nextval ('serial') as glid;' etc Neither does this initialise $glid. I'm not sure if this is simply a timing problem, or if there is something wrong with my log

Re: [PHP-DB] How to turn off error display

2002-04-16 Thread bob parker
On Tuesday 16 April 2002 22:30, you wrote: > I believe what you are looking for is: > @pg_fetch_row( $result, $i++ ) > > But check the manual for @. > > =C= > > * > * Cal Evans > * Techno-Mage > * http://www.calevans.com > * Thanks, I think that's it

[PHP-DB] How to turn off error display

2002-04-16 Thread bob parker
( $result, $i++ ))) { // display what we have // printf/echo stuff } pg_close( $dbcon ); Thanks Bob Parker -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php