Misc. example of specialized footer include file See end of post if using multiple clickable filters in page footer http://platon.sk/forum/projects/viewtopic.php?t=960&postdays=0&postorder=asc&highlight=opts%20cgi%20persist%20array%20fl2%20fl2&start=15 $opts['cgi']['persist'] = array( 'fl2' => $fl2, 'fl3' => $fl3, 'fl4' => $fl4 ); Example of using single clickable filter follows $fl2); $opts['filters'] = "PMEtable0.COL3 = '0' AND COL1 = '$fl2'"; echo "\n".'
Filter: COL1 '.$fl2.'
'; }else{ $opts['filters'] = 'PMEtable0.COL3 = "0"'; } } // phpMyEdit form... // page footer if($operation == $opts['mfg_label_list_rec']){ // If "List Records" mode, query the table for a couple fields for use in creating a clickable filter if($res = @mysql_query("SELECT COL1, link FROM ".$opts['tb']." WHERE COL2 = '0' AND COL3 = '0' AND hidden = '0' ORDER BY COL1")){ while($ary = @mysql_fetch_assoc($res)) { while(list($key,$val) = each($ary)) { $$key = htmlspecialchars(stripslashes(trim($val))); } echo $COL1 != $fl2 ? "\n".''.$COL1.' - '.$link.'