r***l 发帖数: 36 | 1 I need to post homework scores on the website,
the instructor said every student should only see his own scores.
so i have to let them input name and ID, and output his scores,
how do i make it on a webpage? 请各位大虾指教?
thx! |
S***y 发帖数: 186 | 2 先看看你的WebServer让不让你用ASP或者PHP之类的东东,
如果可以的话,就搞一个小数据库,用Access(If server runs Windows)
或者MySQL (If Linux),然后写小点程序。
【在 r***l 的大作中提到】 : I need to post homework scores on the website, : the instructor said every student should only see his own scores. : so i have to let them input name and ID, and output his scores, : how do i make it on a webpage? 请各位大虾指教? : thx!
|
p*****e 发帖数: 58 | 3 If your web server in on Unix, I have a solution using shell
script. Please read my response to your message in
"Programming"
【在 S***y 的大作中提到】 : 先看看你的WebServer让不让你用ASP或者PHP之类的东东, : 如果可以的话,就搞一个小数据库,用Access(If server runs Windows) : 或者MySQL (If Linux),然后写小点程序。
|
o*******e 发帖数: 31 | 4 cgi perl should be enough.
【在 S***y 的大作中提到】 : 先看看你的WebServer让不让你用ASP或者PHP之类的东东, : 如果可以的话,就搞一个小数据库,用Access(If server runs Windows) : 或者MySQL (If Linux),然后写小点程序。
|