"fOX_Session")); ?> fOX: Current Works in Progress
The following is a list of applications which are presently being developed. In all instances, if no homepage is available, an email address has been given for contact purposes when possible. If there is no link to a homepage or source distribution on this page, please do not email the authors asking them for their work, if it is not linked here, then it is decidedly unavailable. If you would like to talk about current projects in an open forum, you should join the fox-dev mailing list.
db; $titledb = $sess->db; $titledb->query("SELECT section_name,section_id FROM project_section ORDER BY sortid"); ?> next_record()) { $secname = $titledb->Record["section_name"]; echo ""; echo " "; ?> Record["section_id"]; $prodb->query("SELECT name,author,authoremail,shortdesc,lastupdated FROM project WHERE section = $secid ORDER BY name"); while($prodb->next_record()){ echo "\n"; echo ""; echo ""; echo ""; echo ""; // echo ""; // echo ""..""; // echo ""..""; echo ""; } echo "\n"; } ?>
".$secname."
Name Description Author Last Update
Record["name"])."\">"; echo $prodb->Record["name"]." ".$prodb->Record["shortdesc"]." "; echo $prodb->Record["author"]." ".$prodb->Record["lastupdated"]." ".$prodb->Record[""]."