Easy example

RocketsCGI is a library for building text file based CGIs. LibCGI is used with stacks, RocketsCGI with text files, both are very similar in their features. I build RocketsCGI and use it on a daily basis. Best way to learn about RocketsCGI is to look inside the stacks, they're inside www/cgi-bin/.

There's a global called gDataA that holds all the session data.

cgiOuput function returns data to the browser.

cgiForward function redirects the browser to a new location.

To see a simple example dealing with gDataA and forms, go to Hello Form. To see a redirection example click here.