Way to output php and/or html code for grading program inputs

Asked By 0 points N/A Posted on -
qa-featured

How can I output PHP and/or html code for grading program inputs, Online Grades allows input from Easy Grade Pro, Gradekeeper, Misty City's Grade Machine, and PGGP and allows secure viewing of grades by parents, teachers, student, anyone authorized. But this software doesn't seem to exist on sourceforge anymore, has something replaced it?

SHARE
Answered By 0 points N/A #171633

Way to output php and/or html code for grading program inputs

qa-featured

Hi David J Nelson,

The data that you have inputted goes all the way to the user's database, so if you want to display those things or only the grades, you will use the code $show = "<mysql code here>" and then select the ones that you have on your database and let the database  connect to your php program to see the results.

Related Questions