Sindbad~EG File Manager

Current Path : /home/beeson/public_html/helpwithmath/
Upload File :
Current File : //home/beeson/public_html/helpwithmath/TestWebGrades.php

<?php 
// M. Beeson 9.2.12
// test the web service in WebGradesTest.php  ( a debug version of WebGrades.php )
 
 
require_once('DB.php');
require_once('queryWebGrades.php');
require_once('WebGradesTest.php');

$SecretNumber = 1650;
$Topic = 151;
$Filename = "limatinf.mhw";
$ProblemNumber = 1;
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test SubmitHomework</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

<?php 
$r = submitHomework($SecretNumber, $Filename, $Topic, $ProblemNumber); 
echo "returned $r";
?>

</body>
</html>





 


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists