Control Breaks - Mailing list pgsql-php

From Chris Ruprecht
Subject Control Breaks
Date
Msg-id 002b01c0e453$db292860$5dd26383@corp.compucom.com
Whole thread Raw
List 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


pgsql-php by date:

Previous
From: "Marc Sherman"
Date:
Subject: Printing Notices to the web?
Next
From: "Dan Wilson"
Date:
Subject: Re: Printing Notices to the web?