Jun 4, 2008 at 10:12 pm, Jared Stein
I’ve just added new Presentation Pages for the Keynote Speakers and the Early-Bird Workshop.
As with all TTIX08 Presentation Pages, these pages hold a live chat window, the session evaluation form, space for comments, and, after the session, video archive file(s).
May 19, 2008 at 2:04 pm, Jared Stein
The following individuals have signed up for Learning Objects Pre-Conference Workshop. If your name is on this list and you do NOT plan to attend, please e-mail us ASAP.
include '/home/content/t/t/i/ttixdesign/html/includes/dberror.php';
include '/home/content/t/t/i/ttixdesign/html/includes/dbinfo.php';
$sql = "select fname, lname from conf_register where conf_id=4 and pre_conf='Yes' order by lname";
$result = mysql_query($sql);
echo "
“;
while ($row = mysql_fetch_assoc($result)) {
extract($row);
echo “
- $fname $lname
“;
}
echo “
“;
?>