|
MBA 683 E-Business Technology --
Syllabus Classes References Examples Student Info Guest Info
|
Students<% require_once("../admin/admin-id.inc.php"); require_once("../admin/doc.inc.php"); require_once("../admin/db.inc.php"); require_once("../admin/html.inc.php"); $Row = 0; while ($clist = DBFetch($clist_c, TRUE, "select fullname, email, account_url, account_name, reg.role from event, reg, party where event_code='01s-tech' and event.id=reg.event and reg.party=party.id and party.type='person' order by fullname") ) { $Row++; if ($Row == 1) echo TableNew() .TableCell(' ','th') .TableCell('Name','th') .TableCell('E-Mail','th') .TableCell('Web Site','th') ."\n"; echo TableRowNew() .TableCell($Row) .TableCell($clist[fullname]) .TableCell("$clist[email]") .TableCell("$clist[account_name]") ."\n"; } if ( $Row > 0 ) echo TableEnd() ."\n"; if ( $Row == 0 ) echo "No records found in the student database\n"; %> |
|
© 2001 by Chuck Ehrlich, all rights reserved. Comments to webmaster. Updated on August 28, 2001. |