![]() |
|
| Demo ASP: server.htm | 2025-11-08 |
| The $Server methods in action | |
|---|---|
| $Server->MapPath(".") | /usr/local/proj/asp/eg/index.html |
| $Server->MapPath("/") | /usr/local/proj/asp/index.html |
| $Server->HTMLEncode("<encode>") | <encode> |
| $Server->URLEncode("cgi data =%&") | cgi%20data%20%3D%25%26 |
| $Server->Config("GlobalPackage") | Apache::ASP::Demo |