prop ascii ambles

This extension was added to the ASCII module to make it easy to push data onto a web server. Many web servers can have a small piece of PHP code to decode JSON format data and load it into a database. For example:

Pre:

"PUT //push_to_db.php?json="

Post:

" HTTP//1.1/r/nHost: webserver/r/nConnection: keep-alive/r/n/r/n"

is all that is needed to pack up the normal data. NOTE: the above strings are entered into the respective text boxes without the quotes. IMPORTANT: the second string MUST include the space shown at the beginning!

There are other ways this simple extension could be used such as adding quotes or tunnelling STX/ETX text to the normal messages.