"; if($nrows != 0) { print ""; print ""; print ""; print ""; print ""; print ""; print ">"; for($j=0;$j<$nrows;$j++) { $row = mysql_fetch_array($result); $EditURL = "TPGP_EditUnit.php?ID=" . $row['unitID']; $DeleteURL = "TPGP_DeleteUnit.php?ID=" . $row['unitID']; print "
FUNCTION"; print "Class "; print "Unit Name"; print "Lesson
EDIT"; print " DELETE"; print "" . $row["ClassName"]; print "" . $row["unit"]; print "" . $row["lesson"]; print "\n"; } print "


\n"; // ******************************************************************************* echo ""; echo "
   

Turning Point at Granita Park

Student Administration System

Add / Edit Student SubSteps

 

"; echo '
$sql99="SELECT SStepID,SubStep from ssteps; $result99 = mysql_query($sql99); $nrows99 = mysql_num_rows($result99); for($j99=0;$j99<$nrows99;$j99++) { $row99 = mysql_fetch_array($result99); } $sstep_id = $row99["SStepID"]; $sstep_name = $row99["SubStep"];
Add New Unit / Lesson
Update Student SubSteps
Entry (YYYY-MM-DD)
Color
Days
WorkHours

    

'; $RURL = "TPGP_Update.php?ID=" .$StudentID; print "Click here to return to the other weekly reports for this student!"; // THIS IS WHERE THE SELF POST FORM ENDS // mysql_close($dbcon); ?>