Chipp Walters wrote:

While part of the script rund, the stack never opens using my Jaguar
account.

Just in case, here's a few more tips about using stacks with CGI scripts:

****
A brief list of things to keep in mind when using stacks with CGIs:

    * Stacks must be put in use to be recognized.

    * Set the defaultstack, or refer to all objects by their long names.

* Examine the environment variable $REQUEST_METHOD if necessary to see how form parameters are being sent. For the "get" method, read $QUERY_STRING. For the "post" method, read from stdin until empty.

* Use the split command and the urlDecode function to parse script parameters.

These items are discussed in more detail below.

****

("Below" being at: <http://www.hyperactivesw.com/cgitutorial/scripts3.html>)

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to