Welcome Guest | My Membership | Login

MVWWW Open Source Project

Original Article:
http:/​/​mvwww.sourceforge.net/​

Article

MVWWW is an Open Source Project that allows you to create a simple HTTP server, and generate HTML content for browsers.  The CGI program created for this project will pass the information received to a MultiValue program that is run on the database server.

To allow these programs to be cross-platform, it uses a in/out queue to handle requests.  There are a series of subroutines to make the job of creating and parsing the HTML content easier.

HTTPWRITE – will write a string of text to the output

UNESCAPE – will unescape a URL encoded string.

GETFORMVAR – will return the values passed in the Query String of a GET, or the form data of the POST.

There are several other programs available in the downloads as well.

 

# # #          # # #          # # #

 

Related Articles

  • MVWWW Open Source Project

    Database: D3, OpenQM, UniVerse

    MVWWW is an Open Source Project that allows you to create a simple HTTP server, and generate HTML content for browsers. The CGI program created for this project will pass the information received to a MultiValue program that is run on the database server.


Return to top