|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/academic/demo/academic/ |
Upload File : |
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_StudentTrackerV = "mysql.web.rcn.net";
$database_StudentTrackerV = "academicassetmanagement_com";
$username_StudentTrackerV = "Admin";
$password_StudentTrackerV = "snarf16";
$StudentTrackerV = mysql_connect($hostname_StudentTrackerV, $username_StudentTrackerV, $password_StudentTrackerV) or trigger_error(mysql_error(),E_USER_ERROR); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}
if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
$updateSQL = sprintf("UPDATE `asset tagged textbooks` SET Student=%s WHERE `Asset Tag`=%s",
GetSQLValueString($_POST['RadioGroupBelz'], "text"),
GetSQLValueString($_POST['AssetTagBelz'], "text"));
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$Result1 = mysql_query($updateSQL, $StudentTrackerV) or die(mysql_error());
}
if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form2")) {
$updateSQL = sprintf("UPDATE `asset tagged textbooks` SET Student=%s WHERE `Asset Tag`=%s",
GetSQLValueString($_POST['RadioGroupKent'], "text"),
GetSQLValueString($_POST['AssetTagKent'], "text"));
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$Result1 = mysql_query($updateSQL, $StudentTrackerV) or die(mysql_error());
}
if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form3")) {
$updateSQL = sprintf("UPDATE `asset tagged textbooks` SET Student=%s WHERE `Asset Tag`=%s",
GetSQLValueString($_POST['RadioGroupMiller'], "text"),
GetSQLValueString($_POST['AssetTagMiller'], "text"));
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$Result1 = mysql_query($updateSQL, $StudentTrackerV) or die(mysql_error());
}
if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form4")) {
$updateSQL = sprintf("UPDATE `asset tagged textbooks` SET Student=%s WHERE `Asset Tag`=%s",
GetSQLValueString($_POST['RadioGroupSwindle'], "text"),
GetSQLValueString($_POST['AssetTagSwindle'], "text"));
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$Result1 = mysql_query($updateSQL, $StudentTrackerV) or die(mysql_error());
}
$colname_RecordsetBelz = "-1";
if (isset($_POST['AssetTagBelz'])) {
$colname_RecordsetBelz = $_POST['AssetTagBelz'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetBelz = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s ORDER BY `Asset Tag` ASC", GetSQLValueString($colname_RecordsetBelz, "text"));
$RecordsetBelz = mysql_query($query_RecordsetBelz, $StudentTrackerV) or die(mysql_error());
$row_RecordsetBelz = mysql_fetch_assoc($RecordsetBelz);
$totalRows_RecordsetBelz = mysql_num_rows($RecordsetBelz);
$colname_RecordsetKent = "-1";
if (isset($_POST['AssetTagKent'])) {
$colname_RecordsetKent = $_POST['AssetTagKent'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetKent = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s ORDER BY `Asset Tag` ASC", GetSQLValueString($colname_RecordsetKent, "text"));
$RecordsetKent = mysql_query($query_RecordsetKent, $StudentTrackerV) or die(mysql_error());
$row_RecordsetKent = mysql_fetch_assoc($RecordsetKent);
$totalRows_RecordsetKent = mysql_num_rows($RecordsetKent);
$colname_RecordsetMiller = "-1";
if (isset($_POST['AssetTagMiller'])) {
$colname_RecordsetMiller = $_POST['AssetTagMiller'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetMiller = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s", GetSQLValueString($colname_RecordsetMiller, "text"));
$RecordsetMiller = mysql_query($query_RecordsetMiller, $StudentTrackerV) or die(mysql_error());
$row_RecordsetMiller = mysql_fetch_assoc($RecordsetMiller);
$totalRows_RecordsetMiller = mysql_num_rows($RecordsetMiller);
$colname_RecordsetSwindle = "-1";
if (isset($_POST['AssetTagSwindle'])) {
$colname_RecordsetSwindle = $_POST['AssetTagSwindle'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetSwindle = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s", GetSQLValueString($colname_RecordsetSwindle, "text"));
$RecordsetSwindle = mysql_query($query_RecordsetSwindle, $StudentTrackerV) or die(mysql_error());
$row_RecordsetSwindle = mysql_fetch_assoc($RecordsetSwindle);
$totalRows_RecordsetSwindle = mysql_num_rows($RecordsetSwindle);
?>
<?php
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetBelz = "SELECT * FROM `asset tagged textbooks`";
$RecordsetBelz = mysql_query($query_RecordsetBelz, $StudentTrackerV) or die(mysql_error());
$row_RecordsetBelz = mysql_fetch_assoc($RecordsetBelz);
$colname_RecordsetBelz = "-1";
if (isset($_POST['AssetTagBelz'])) {
$colname_RecordsetBelz = $_POST['AssetTagBelz'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetBelz = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s ORDER BY `Asset Tag` ASC", GetSQLValueString($colname_RecordsetBelz, "text"));
$RecordsetBelz = mysql_query($query_RecordsetBelz, $StudentTrackerV) or die(mysql_error());
$row_RecordsetBelz = mysql_fetch_assoc($RecordsetBelz);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Volusia County Student Tracker Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/bgstretcher.js" type="text/javascript"></script>
<script src="js/bg-init.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryValidationRadio.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<!--[if lt IE 7]>
<link href="ie_style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/ie_png.js"></script>
<script type="text/javascript">
ie_png.fix('.png');
</script>
<![endif]-->
<link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="/SpryAssets/SpryValidationRadio.css" rel="stylesheet" type="text/css" />
<link href="/SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
</head>
<body id="page1">
<p> </p>
<div id="main">
<!-- header -->
<div id="header">
<div class="wrapper">
<div class="logo">
<h1><a href="index.html">AAM</a></h1>
<span>Academic asset management</span>
</div>
<!-- .nav -->
<ul class="nav">
<li class="item1"><a href="index-1.html">Home</a></li>
<li class="item2"><a href="index-2.html">About us</a></li>
<li class="item3"><a href="index-3.html">services</a></li>
<!--<li class="item4"><a href="index-4.html">projects</a></li>-->
<li class="item5"><a href="index-5.html">contact</a></li>
</ul>
<!-- /.nav -->
</div>
</div>
<!-- content -->
<div id="content">
<div class="main-message">
<p>Volusia County StudentTracker Demo </p>
<div id="TabbedPanels1" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0">Belz</li>
<li class="TabbedPanelsTab" tabindex="0">Kent</li>
<li class="TabbedPanelsTab" tabindex="0">Miller</li>
<li class="TabbedPanelsTab" tabindex="0">Swindle</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent">Students
<form action="<?php echo $editFormAction; ?>" name="form1" id="form1" method="POST">
<p><span id="spryradio1">
<label>
<input type="radio" name="RadioGroupBelz" value="BOYD, WILLIAM" id="RadioGroupBelz_0" />
BOYD, WILLIAM</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="CASSANO, KAYLA" id="RadioGroupBelz_1" />
CASSANO, KAYLA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="CLARK, MICHAEL" id="RadioGroupBelz_2" />
CLARK, MICHAEL</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="FINCH, JAMES" id="RadioGroupBelz_3" />
FINCH, JAMES</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="GOOD, HUNTER" id="RadioGroupBelz_4" />
GOOD, HUNTER</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="HWANG, BRENDA" id="RadioGroupBelz_5" />
HWANG, BRENDA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="KENNEDY, MATTHEW" id="RadioGroupBelz_6" />
KENNEDY, MATTHEW</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="LAKE, JUSTYN" id="RadioGroupBelz_7" />
LAKE, JUSTYN</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="MAHON, KATHLEEN" id="RadioGroupBelz_8" />
MAHON, KATHLEEN</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="MAJZUN, DRENNEN" id="RadioGroupBelz_9" />
MAJZUN, DRENNEN</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="MORRISON, SIERRA" id="RadioGroupBelz_10" />
MORRISON, SIERRA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="MUFFOLETTO, JOSEPH" id="RadioGroupBelz_11" />
MUFFOLETTO, JOSEPH</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="NONG, SERRATT" id="RadioGroupBelz_12" />
NONG, SERRATT</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="PARKER, JESSICA" id="RadioGroupBelz_13" />
PARKER, JESSICA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="PASCOE, ASHTYN" id="RadioGroupBelz_14" />
PASCOE, ASHTYN</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="REYNOLDS, MEGAN" id="RadioGroupBelz_15" />
REYNOLDS, MEGAN</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="SAMUELS, NICOLE" id="RadioGroupBelz_16" />
SAMUELS, NICOLE</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="SAMUELS, SARA" id="RadioGroupBelz_17" />
SAMUELS, SARA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="SKIDMORE, JACOB" id="RadioGroupBelz_18" />
SKIDMORE, JACOB</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="VANWINTER, MIA" id="RadioGroupBelz_19" />
VANWINTER, MIA</label>
<br />
<label>
<input type="radio" name="RadioGroupBelz" value="ZWEIFEL, SHEA" id="RadioGroupBelz_20" />
ZWEIFEL, SHEA</label>
<br />
<span class="radioRequiredMsg">Please make a selection.</span></span></p>
<p><span id="sprytextfield1">
<label>Asset Tag
<input type="text" name="AssetTagBelz" id="AssetTagBelz" />
</label>
<span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded Asset Tag Length<br />
.</span></span>
<label>
<input type="submit" name="ButtonBelz" id="ButtonBelz" value="CheckOut"/>
</label>
</p>
<p> <?php echo $row_RecordsetBelz['Title']; ?></p>
<input type="hidden" name="MM_update" value="form1" />
</form>
</div>
<div class="TabbedPanelsContent">Students
<form action="<?php echo $editFormAction; ?>" name="form2" id="form2" method="POST">
<p></p>
<div id="spryradio2">
<table width="238">
<tr>
<td width="230"><label>
<input type="radio" name="RadioGroupKent" value="BOLLES, CURTIS" id="RadioGroupKent_0" />
BOLLES, CURTIS</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="BRUNTON, DREW" id="RadioGroupKent_1" />
BRUNTON, DREW</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="COKER, KIMBERLEE" id="RadioGroupKent_2" />
COKER, KIMBERLEE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="DAVILA, CARI" id="RadioGroupKent_3" />
DAVILA, CARI</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="GALLUZZO, SOPHIA" id="RadioGroupKent_4" />
GALLUZZO, SOPHIA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="GREGORY, JAMES" id="RadioGroupKent_5" />
GREGORY, JAMES</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="HAMPTON, RODERICK" id="RadioGroupKent_6" />
HAMPTON, RODERICK</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="HEMOND, JAQUELYN" id="RadioGroupKent_7" />
HEMOND, JAQUELYN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="HOLDEN, NICOLE" id="RadioGroupKent_8" />
HOLDEN, NICOLE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="HOLLAND, JULIANNE" id="RadioGroupKent_9" />
HOLLAND, JULIANNE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="KEMMER, ERIC" id="RadioGroupKent_10" />
KEMMER, ERIC</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="KENNEY, HALEY" id="RadioGroupKent_11" />
KENNEY, HALEY</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="KUFTIC, MARLENA" id="RadioGroupKent_12" />
KUFTIC, MARLENA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="LITTLE, CASEY" id="RadioGroupKent_13" />
LITTLE, CASEY</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="MACK, TYJAI" id="RadioGroupKent_14" />
MACK, TYJAI</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="MILTON, CONNOR" id="RadioGroupKent_15" />
MILTON, CONNOR</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="PELLICER, WESTIN" id="RadioGroupKent_16" />
PELLICER, WESTIN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="TRAFICANTE, DALE" id="RadioGroupKent_17" />
TRAFICANTE, DALE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="TRATSCHOLD, CECILY" id="RadioGroupKent_18" />
TRATSCHOLD, CECILY</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="WATSON, MCKENZIE" id="RadioGroupKent_19" />
WATSON, MCKENZIE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupKent" value="WHITING, SAMANTHA" id="RadioGroupKent_20" />
WHITING, SAMANTHA</label></td>
</tr>
</table>
<span class="radioRequiredMsg">Please make a selection.</span></div>
<p></p>
<span id="sprytextfield2">
<label>Asset Tag
<input type="text" name="AssetTagKent" id="AssetTagKent" />
</label>
<span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span>
<p>
<input type="submit" name="ButtonKent" id="ButtonKent" value="CheckOut" />
<?php echo $row_RecordsetKent['Title']; ?></p>
<p> </p>
<input type="hidden" name="MM_update" value="form2" />
</form>
</div>
<div class="TabbedPanelsContent">
<p>Students</p>
<form action="<?php echo $editFormAction; ?>" name="form3" id="form3" method="POST">
<p></p>
<div id="spryradio3">
<table width="238">
<tr>
<td width="200"><label>
<input type="radio" name="RadioGroupMiller" value="ANDERSON, MAYA" id="RadioGroupMiller_0" />
ANDERSON, MAYA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="BAKER, KERRI" id="RadioGroupMiller_1" />
BAKER, KERRI</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="BJORKLAND, KYLEE" id="RadioGroupMiller_2" />
BJORKLAND, KYLEE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="BOND, KACIE" id="RadioGroupMiller_3" />
BOND, KACIE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="BUFFIT, JOHN" id="RadioGroupMiller_4" />
BUFFIT, JOHN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="GARCIA, NATASHA" id="RadioGroupMiller_5" />
GARCIA, NATASHA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="HEW, ASHLEY" id="RadioGroupMiller_6" />
HEW, ASHLEY</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="KIMBLE, KELSEY" id="RadioGroupMiller_7" />
KIMBLE, KELSEY</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="LOPEZ-ROMERO, HANNAH" id="RadioGroupMiller_8" />
LOPEZ-ROMERO, HANNAH</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="MEYER, SEAN" id="RadioGroupMiller_9" />
MEYER, SEAN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="PAULEY, CHAD" id="RadioGroupMiller_10" />
PAULEY, CHAD</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="REX, TRENT" id="RadioGroupMiller_11" />
REX, TRENT</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="ROSA, SEBASTIAN" id="RadioGroupMiller_12" />
ROSA, SEBASTIAN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="RUCKER, JONATHAN" id="RadioGroupMiller_13" />
RUCKER, JONATHAN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="RUIZ, BRIANNA" id="RadioGroupMiller_14" />
RUIZ, BRIANNA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="SEGERITZ, NICHOLAS" id="RadioGroupMiller_15" />
SEGERITZ, NICHOLAS</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="STOKES, MADISON" id="RadioGroupMiller_16" />
STOKES, MADISON</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="THOMAS, KRISTIN" id="RadioGroupMiller_17" />
THOMAS, KRISTIN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="VALLEJO, AUSTIN" id="RadioGroupMiller_18" />
VALLEJO, AUSTIN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="VALLOT, MICHAEL" id="RadioGroupMiller_19" />
VALLOT, MICHAEL</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupMiller" value="VAZQUEZ, JARELIS" id="RadioGroupMiller_20" />
VAZQUEZ, JARELIS</label></td>
</tr>
</table>
<span class="radioRequiredMsg">Please make a selection.</span></div>
<p></p>
<span id="sprytextfield3">
<label>Asset Tag
<input type="text" name="AssetTagMiller" id="AssetTagMiller" />
</label>
<span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span>
<p>
<label>
<input type="submit" name="ButtonMiller" id="ButtonMiller" value="CheckOut" />
</label>
</p>
<p><?php echo $row_RecordsetMiller['Title']; ?></p>
<input type="hidden" name="MM_update" value="form3" />
</form>
<p> </p>
</div>
<div class="TabbedPanelsContent">Students
<form action="<?php echo $editFormAction; ?>" name="form4" id="form4" method="POST">
<p></p>
<div id="spryradio4">
<table width="238">
<tr>
<td width="230"><label>
<input type="radio" name="RadioGroupSwindle" value="AUCKERMAN, KEITH" id="RadioGroupSwindle_0" />
AUCKERMAN, KEITH</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="BUENO, DAVID" id="RadioGroupSwindle_1" />
BUENO, DAVID</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="CANCEL, BRIAN" id="RadioGroupSwindle_2" />
CANCEL, BRIAN</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="CASON, THOMAS" id="RadioGroupSwindle_3" />
CASON, THOMAS</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="DE JESUS, STEPHANIE" id="RadioGroupSwindle_4" />
DE JESUS, STEPHANIE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="GRENIER, OLIVIA" id="RadioGroupSwindle_5" />
GRENIER, OLIVIA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="HULSEY, KEYLEE" id="RadioGroupSwindle_6" />
HULSEY, KEYLEE</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="LARSEN, SABRINA" id="RadioGroupSwindle_7" />
LARSEN, SABRINA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="LATOUR, SARA" id="RadioGroupSwindle_8" />
LATOUR, SARA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="LOMAX, SETH" id="RadioGroupSwindle_9" />
LOMAX, SETH</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="NELSON, ANTONIO" id="RadioGroupSwindle_10" />
NELSON, ANTONIO</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="ROBLES, BRANDED" id="RadioGroupSwindle_11" />
ROBLES, BRANDED</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="RODRIGUEZ, ANDREW" id="RadioGroupSwindle_12" />
RODRIGUEZ, ANDREW</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="RUIZ, JESUS" id="RadioGroupSwindle_13" />
RUIZ, JESUS</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="SCHNEIDER, SAMANTHA" id="RadioGroupSwindle_14" />
SCHNEIDER, SAMANTHA</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="RadioGroupSwindle" value="YELLDER, NASIER" id="RadioGroupSwindle_15" />
YELLDER, NASIER</label></td>
</tr>
</table>
<span class="radioRequiredMsg">Please make a selection.</span></div>
<p></p>
<span id="sprytextfield4">
<label>Asset Tag
<input type="text" name="AssetTagSwindle" id="AssetTagSwindle" />
</label>
<span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span>
<p>
<label>
<input type="submit" name="ButtonSwindle" id="ButtonSwindle" value="CheckOut" />
</label>
<?php echo $row_RecordsetSwindle['Title']; ?></p>
<p> </p>
<input type="hidden" name="MM_update" value="form4" />
</form>
</div>
</div>
</div>
<p>.</p>
</div>
</div>
</div>
<!-- footer -->
<div id="footer">
<div class="container">
<div class="indent">
<div class="wrapper">
<div class="fleft">AAM © 2010</div>
<div class="fright"><a href="#" class="rss">RSS</a></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:3});
var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1");
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {minChars:14, maxChars:14});
var spryradio2 = new Spry.Widget.ValidationRadio("spryradio2");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {minChars:14, maxChars:14});
var spryradio3 = new Spry.Widget.ValidationRadio("spryradio3");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {minChars:14, maxChars:14});
var spryradio4 = new Spry.Widget.ValidationRadio("spryradio4");
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {minChars:14, maxChars:14});
//-->
</script>
</body>
</html>
<?php
mysql_free_result($RecordsetBelz);
mysql_free_result($RecordsetKent);
mysql_free_result($RecordsetMiller);
mysql_free_result($RecordsetSwindle);
mysql_free_result($RecordsetBelz);
?>