Control Breaks

From: "Chris Ruprecht" <chrup999(at)yahoo(dot)com>
To: "p-php" <pgsql-php(at)postgresql(dot)org>
Subject: Control Breaks
Date: 2001-05-24 13:17:17
Message-ID: 002b01c0e453$db292860$5dd26383@corp.compucom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Is there an easier way of doing a control break than:

for ( ... read all my records ...)
{
if this-value != last-value then ...
.
.
.
last-value = this-value
}

Also, any recommendations towards reading material?

Best regards,
Chris

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Browse pgsql-php by date

  From Date Subject
Next Message Dan Wilson 2001-05-24 17:04:08 Re: Printing Notices to the web?
Previous Message Marc Sherman 2001-05-24 13:03:20 Printing Notices to the web?