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 "
- “;
- $fname $lname
while ($row = mysql_fetch_assoc($result)) {
extract($row);
echo “
“;
}
echo “
“;
?>














