Is there a way to add logic to a web page.
For example, pseudo-code for this:
1. Test for the existence of a text document (locally or on the FTP area).
2. If the document does not exist do nothing
3. If it exists, read the contents and display the text.
For example, pseudo-code for this:
1. Test for the existence of a text document (locally or on the FTP area).
2. If the document does not exist do nothing
3. If it exists, read the contents and display the text.
Comment