Hi,
I have to compile this little program CGI using
#include "fivewin.ch"
Is it possible to obtain the same goal?
Hello World
in the browser
Many thanks
marco
I have to compile this little program CGI using
#include "fivewin.ch"
Is it possible to obtain the same goal?
Hello World
in the browser
Many thanks
marco
#include "Simpleio.ch"
FUNCTION MAIN()
 ?? [Content-type: text/html]
 ?
 ? [<HTML>]
 ? [<BODY>]
 ? [<HEAD>]
 ? [ Hello World ]
 ? [</HEAD>]
 ? [</BODY>]
 ? [</HTML>]
RETURN NILMarco Boschi
info@marcoboschi.it
info@marcoboschi.it