$ws_id = $_GET['ws_sel']; $title = $_GET['title']; include('c.php'); $select = "SELECT * FROM ws_table where ws_id = \"$ws_id\""; $sel = mysql_query("$select") or die ('can not select'); while ($row = mysql_fetch_array($sel)) { $ws_id = $row['ws_id']; $inst_name = $row['inst_name']; $inst_email = $row['inst_email']; $category = $row['category']; $title = $row['title']; $intro = $row['intro']; $start = $row['start']; $reg_end = $row['reg_end']; $duration = $row['duration']; $url = $row['url']; $cost = $row['cost']; $tot_seats = $row['tot_seats']; $av_seats = $row['av_seats']; $availability = $row['availability']; $sortdate = $row['sortdate']; $tit = stripslashes("$title"); $in = stripslashes("$intro"); } print "
Yes, keep me informed.$tit Please provide us with your name and email, and we'll put you on the mailing list for future VASA Project programs. VASA will only use your email for VASA notices. Thank you. |