SAP - Live Training : Location - The Greater Metro Detroit Area
Click on the class below for more information
0)
{
echo '
';
echo '';
echo '';
echo '| Class | ';
echo 'Start Date | ';
echo 'Status | ';
echo 'Price | ';
echo '
';
echo '';
echo '';
if($location == "All"){
$sql = "SELECT * FROM classes WHERE classType='Live' OR classType='All' AND classId LIKE 'SAP%' ORDER BY startDate";
}else{
$sql = "SELECT * FROM classes WHERE (locationName ='detroit' OR locationName = 'All') AND (classType='Live' OR classType='All') AND classId LIKE 'SAP%' ORDER BY startDate";
}
$result=mysql_query($sql, $db);
while($row=mysql_fetch_array($result))
{
$uid = $row["uid"];
$classId = $row["classId"];
$className = $row["className"];
$classStatus = $row["classStatus"];
$startDate = $row["startDate"];
$startDate = date("M d",strtotime($startDate));
$price = $row["price"];
$locationName = $row["locationName"];
$classType = $row["classType"];
$comments = $row["comments"];
echo '';
echo ''.$className.' '.$comments.' | ';
echo ''.$startDate.' | ';
echo ''.$classStatus.' | ';
echo '$'.number_format($price,2).' | ';
echo '
';
}
echo '';
echo '
';
}
else
{
echo '
No Classes Found!
';
}
?>
Other IT Trainings - Live : Location - The Greater Metro Detroit Area
Click on the class below for more information
0)
{
echo '
';
echo '';
echo '';
echo '| Class | ';
echo 'Start Date | ';
echo 'Status | ';
echo 'Price | ';
echo '
';
echo '';
echo '';
if($location == "All"){
$sql = "SELECT * FROM classes WHERE (classType='Live' OR classType='All') AND classId NOT LIKE 'SAP%' ORDER BY startDate";
}else{
$sql = "SELECT * FROM classes WHERE (locationName ='detroit' OR locationName = 'All') AND (classType='Live' OR classType='All') AND classId NOT LIKE 'SAP%' ORDER BY startDate";
}
$result=mysql_query($sql, $db);
while($row=mysql_fetch_array($result))
{
$uid = $row["uid"];
$classId = $row["classId"];
$className = $row["className"];
$classStatus = $row["classStatus"];
$startDate = $row["startDate"];
$startDate = date("M d",strtotime($startDate));
$price = $row["price"];
$locationName = $row["locationName"];
$classType = $row["classType"];
$comments = $row["comments"];
echo '';
echo ''.$className.' '.$comments.' | ';
echo ''.$startDate.' | ';
echo ''.$classStatus.' | ';
echo '$'.number_format($price,2).' | ';
echo '
';
}
echo '';
echo '
';
}
else
{
echo '
No Classes Found!
';
}
?>
Online Training
Click on the class below for more information
0)
{
echo '
';
echo '';
echo '';
echo '| Class | ';
echo 'Start Date | ';
echo 'Status | ';
echo 'Price | ';
echo '
';
echo '';
echo '';
if($location == "All"){
$sql = "SELECT * FROM classes WHERE (classType='Online' OR classType='All') ORDER BY startDate";
}else{
$sql = "SELECT * FROM classes WHERE (locationName ='detroit' OR locationName = 'All') AND (classType='Online' OR classType='All') ORDER BY startDate";
}
$result=mysql_query($sql, $db);
while($row=mysql_fetch_array($result))
{
$uid = $row["uid"];
$classId = $row["classId"];
$className = $row["className"];
$classStatus = $row["classStatus"];
$startDate = $row["startDate"];
$startDate = date("M d",strtotime($startDate));
$price = $row["price"];
$locationName = $row["locationName"];
$classType = $row["classType"];
$comments = $row["comments"];
echo '';
echo ''.$className.' '.$comments.' | ';
echo ''.$startDate.' | ';
echo ''.$classStatus.' | ';
echo '$'.number_format($price,2).' | ';
echo '
';
}
echo '';
echo '
';
}
else
{
echo '
No Classes Found!
';
}
?>
TO RESERVE YOUR SPOT:
Call: (540) 449-5501
E-mail: vijay@vxltraining.com
$500 payment immediately to reserve your spot and balance on the first day of class.
All of our credit card payments are processed by Paypal and are 100% secure.
After you place an order you MUST EMAIL US with:
1) Name 2) Phone Number and 3) The Course you have signed up for
Please select the Class and Option and Click on the Buy Now Button to pay for your class
Please wait while we redirect you to the Checkout page...
SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign are trademarks or registered trademarks of SAP AG.