4
votes
Pascal Server Pages – Pascal Script
Yanniel's notes
– Without getting too technical, I would define a Pascal Server Page (PSP) as a dynamic web page containing embedded Pascal Script (PS) code. When a web request is made, the PS code needs to be executed (interpreted) in the server side and outputted into the proper format (HTML, XML, JSON, text, etc). A PSP is commonly stored as a text file in the Web Server and it could be a mixture of PS code plus any other static content. This is an example of PSP:<html> <head> <title>This is a Pascal Server Page</title> </head> ...
Statistics
|
Visits by Source |
User Actions |




