This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' Print out everything in request.form | |
for each item in request.Form | |
response.Write item & ": '" & request.Form(item) & "'<br>" | |
next | |
response.flush | |
'--------------------------------------------------------------------------------- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tar zcvf web_bkup_`date +%d%m%y_%H%M`.tar.gz web/* |
NewerOlder