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
- Code: Select all Expand view
#include "Simpleio.ch"
FUNCTION MAIN()
?? [Content-type: text/html]
?
? [<HTML>]
? [<BODY>]
? [<HEAD>]
? [ Hello World ]
? [</HEAD>]
? [</BODY>]
? [</HTML>]
RETURN NIL