LPM: "on break" processing in perl?

David Hempy hempy at ket.org
Thu Jan 25 13:01:03 CST 2001



At 09:53 AM 1/25/2001 -0500, you wrote:

>This is just the sort of thing that PHP and ColdFusion are for.
>[Although it could be done in Perl, it never hurts to learn a few new
>tricks].
>
>I'm not familiar with all of the PHP syntax myself, but I know in
>coldfusion you'd want:
>


Pretty slick!  Cold Fusion has been on my "To Learn" list for about two 
years now...maybe I should get around to it.

-dave



><CFQUERY NAME="class_list" DBTYPE=ODBC DATASOURCE="cf_defined_datasource">
>         SELECT coursenumber,sectionnumber,ssnum
>         FROM studentview
>         ORDER BY coursenumber,sectionnumber,ssnum
></CFQUERY>
><CFOUTPUT QUERY="class_list" GROUP="coursenumber">
>(coursenumber heading goes here)
><CFOUTPUT GROUP="sectionnumber">
>(sectionnumber heading goes here)
><CFOUTPUT>
>(each record to display)
></CFOUTPUT>
>(sectionnumber footing)
></CFOUTPUT>
>(coursenumber footing)
></CFOUTPUT>
>
>
>
>
>I'm guessing it'd be something rather similar in PHP.
>
>-----
>Joe Hourcle


-- 
David Hempy
Internet Database Administrator
Kentucky Educational Television
<hempy at ket.org> -- (859)258-7164 -- (800)333-9764





More information about the Lexington-pm mailing list