g***t 发帖数: 77 | 1 【 以下文字转载自 Internet 讨论区 】
【 原文由 Godot 所发表 】
i gotta build a web page for
checking out books and movie
titles. Perspective functions
include checking out, place a
hold, sending hold placers
auto notification by email
etc.
what is the best off-the-shelf
software to build this small
database?
thanks. | w*****h 发帖数: 139 | 2 Many ways to do it.
One way to do it is to write with ASP and VBScript. For email you can use
some COM Components for ASP.
You have to be careful of secure problem.
【在 g***t 的大作中提到】 : 【 以下文字转载自 Internet 讨论区 】 : 【 原文由 Godot 所发表 】 : i gotta build a web page for : checking out books and movie : titles. Perspective functions : include checking out, place a : hold, sending hold placers : auto notification by email : etc. : what is the best off-the-shelf
| s*k 发帖数: 144 | 3
If your server is on linux, you can try MySQL(or PostgreSQL)+PHP,
they are all free.
【在 w*****h 的大作中提到】 : Many ways to do it. : One way to do it is to write with ASP and VBScript. For email you can use : some COM Components for ASP. : You have to be careful of secure problem.
|
|