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 SStepID, StepOrder, SubStep, Description, SubValue FROM sstep 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_EditSubStep.php?ID=" . $row['SStepID']; $DeleteURL = "TPGP_DeleteSubStep.php?ID=" . $row['SStepID']; print "
FUNCTION"; print "Order "; print "SubStep"; print "Description"; print "Required
EDIT"; print " DELETE"; print "" . $row["StepOrder"]; print "" . $row["SubStep"]; print "" . $row["Description"]; print "" . $row["SubValue"]; print "\n"; } print "


\n"; } echo '
Add New Step
Edit Sub Steps
Order
SubStep
Description

Value

    

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