AFAIK I don't think there is one really...  You'd probably just hafta do it
manually:
Something like:

$checkvar = "";
while ($row = mysql_fetch_object($result)) {
        if ($row->field1 != $checkvar) {
                //This would be your summary row.
                $checkvar = $row;
        }       
        echo ($row->field2);
        //etc, etc, etc
}

Forgive me if the syntax is a bit off...  I still write PHP with a book
beside me :)

-----Original Message-----
From: cfmail [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2003 9:14 AM
To: CF-Talk
Subject: OT: PHP Equiv of <cfoutput group"">


Sorry of the ot post, but does anyone know of the equivilent of <cfoutput 
query="" group=""> group="" ability.

Thanks in advance.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to