here."; // END IF greater than one row found inthe class list. } else { // $PHP_SELF as the form action will cause the script to post to itself } // END ELSE IF echo ""; echo "
   

Turning Point at Granita Park

Student Administration System

Add / Edit Steps

Click here to return to the main administration page!

 

"; $sql="SELECT StepID, StepOrder, Step, Description, SStepsRequired FROM step ORDER BY StepOrder"; $result = mysql_query($sql); $nrows = mysql_num_rows($result); if($nrows != 0) { print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ">"; for($j=0;$j<$nrows;$j++) { $row = mysql_fetch_array($result); $EditURL = "TPGP_EditStep.php?ID=" . $row['StepID']; $DeleteURL = "TPGP_DeleteStep.php?ID=" . $row['StepID']; print "
FUNCTION"; print "Order "; print "Step"; print "Description"; print "Required
EDIT"; print " DELETE"; print "" . $row["StepOrder"]; print "" . $row["Step"]; print "" . $row["Description"]; print "" . $row["SStepsRequired"]; print "\n"; } print "


\n"; } // $list_comp = $row["SubjectID"]; // $sql4="SELECT SubjectID,Subject from subject"; // $result4 = mysql_query($sql4) // or die("error in SQL"); echo '
Add New Step
Edit Steps
Order
Step
Description

Required

    

'; print "Click here to return to the main administration page!"; // THIS IS WHERE THE SELF POST FORM ENDS // mysql_close($dbcon); ?>