[pmwiki-users] Again: Parameterizing Content

Felix E. Klee felix.klee at inka.de
Sat Jul 1 05:14:51 CDT 2006


At Wed, 17 May 2006 22:47:12 +0200,
Felix E. Klee wrote:
> [Is it possible to build interactive form based sites with pmwiki?]

Some days ago, I finally tried out an approach that worked out like a
charm.  All that's needed in addition to pmwiki's built in forms
facility is Martin Fick's HttpVariables cookbook recipe:

  http://www.pmwiki.org/wiki/Cookbook/HttpVariables

Here's how it works:

* The form contains an action URL that points to some CGI program.

* The CGI will process the input data and redirect to a wiki page,
  passing the output using Get syntax.

* The wiki page for showing the results makes use of the HttpVariables
  recipe to read out the values to display.

An example:

  http://www.tagtrade.org/Portal/URNXTradeA-0-1-crea-GenerTag-task

-- 
Felix E. Klee




More information about the pmwiki-users mailing list