Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipX.Lib v1.2 - how to debug online ( on the web server ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
How to debug online ( on the web server )

Use ClipXOpen() with no parameter or a logical false parameter
to communicate with your web server.

Use cxCgiStr() to return the query string / form data sent by your
web server.

Use xEnv() to write the web server environmental variables established
by the web server for your CGI session.

Use xErrSys.obj in your compile to get Clipper error messages written to
your HTML page.

Use Problem() to write a simple HTML page disclosing Errors you detect
from your own error trapping.

Use htmlAlert() to write a JavaScript alert box describing any error
you detect from your own error trapping.


See Also: ClipXOpen() cxCgiStr() xEnv() Problem() htmlAlert() xErrSys

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson