"; 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); ?>