require_once ("/client/home/iimaonline/phpinc/functions.php");
include ("includes/head.shtml");
include ("includes/top.shtml");
include ("includes/events_left.shtml");
include ("includes/middleone.shtml");
?>
// note to anyone editing this file -- this is connected directly into the payment system, please use caution! ?>
IIMA Events Registration
Choose an event:
switch($event) {
case 'randy':
$title = 'Writing for the Web with Nick Usborne';
$date = 'May 11, 2004';
$location = 'UBC Robson Square, Room C300';
$time = '6pm - 7.30pm';
$networking = '5:30pm';
$members = '$30';
$nonmembers = '$55';
$memberprice = '30.00';
$memberpricex = '3000';
$nonmemberprice = '55.00';
$nonmemberpricex = '5500';
$promocode = '';
$promoprice = '55.00';
$promopricex = '5500';
$eventnum = '32';
include ("includes/registration_details.php");
break;
case '0616':
$title = 'How Today\'s Successful Retailers Maximize the Web
e-Success for big and small retailers';
$date = 'June 16, 2004';
$location = 'UBC Robson Square, Room C485';
$time = '6pm - 7.30pm';
$networking = '5:30pm';
$members = '$35';
$nonmembers = '$55';
$memberprice = '35.00';
$memberpricex = '3500';
$nonmemberprice = '55.00';
$nonmemberpricex = '5500';
$promocode = '';
$promoprice = '55.00';
$promopricex = '5500';
$eventnum = '33';
include ("includes/registration_details.php");
break;
default:
echo "Please choose an event.
";
// echo "Registration for upcoming events will open shortly.
";
break;
}
include ("includes/middletwo.shtml");
include ("includes/events_right.shtml");
include ("includes/bottom.shtml");
?>