[PHP] resetting pg_fetch_array

2005-02-22 Thread Dave O
Hi all. I'm been trying the following code for the past day or so and I can't seem to get around it. I'm issuing a query to pgsql and iterating through the results twice in order to facilitate the separation of shipment history. Below is the simplest example I can come up with. The

Re: [PHP] resetting pg_fetch_array

2005-02-22 Thread Dave O
Richard Lynch wrote: Dave O wrote: Hi all. I'm been trying the following code for the past day or so and I can't seem to get around it. I'm issuing a query to pgsql and iterating through the results twice in order to facilitate the separation of shipment history. Below is the simplest example

[PHP] Problem deleting a cookie...

2004-02-23 Thread Dave O
Hi all. I'm currently experiencing a problem deleting cookies on a test server. Before I go on, here's the server info: Server 1 -- Apache 1.3.29 PHP Version 4.3.4 Server 2 -- Apache 2.0.48 PHP Version 4.3.4 Previously running PHP 5.0.0.a4 I've got a technical support app

Re: [PHP] Re: Problem deleting a cookie...

2004-02-23 Thread Dave O
Forgot to -cc the list. André Cerqueira wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's what I use to set the cookie. $value=(time() + 9000) . :$uid:$username:$gid:$fullname; SetCookie(Trackookie, $value, 0, , server.mssystems.com ); Here's what I use to delete the cookie.

[PHP] GD2 Bundled with PHP v 4.3.2

2003-05-30 Thread Dave O Keeffe
Hi All, I read in the ChangeLog for v4.3.2 that GD2 is bundled with this release. I downloaded and installed the Windows Installer version but my sample imagecreate code still doesn't work, it reports the error 'Call to undefined function: imagecreate()'. When I uncomment the