'===========================================================================
' Subject: CGI WITH BASIC Date: 06-29-98 (07:40)
' Author: Jason Beam Code: PB
' Origin: beamer@dockingbay.com Packet: FAQS.ABC
'===========================================================================
'Subject: CGI with basic? YES!
'Hey to the ABC clan...
'this is my first time submitting anything, but i thought this might be of
'some value to anyone...
'either i'm the first, or the idea just hasn't become popular enough, but i
'found a way to do CGI on the WWW with basic...well, a PowerBasic based
'program anyway....i've only tried this with PB's free thing,
'FirstBasic...but it works...and there's alot that can be done...
'I'm also amazed at the speed achieved by this...surprised the heck outa
'me...being an EXE file, it doesn't have to load an interpreter, but this
'stuff is just wonderful...i love it...here's what i came up with when i
'actually discovered the way to do it:
'+---------------------- Basic code below ------------------------+
open "CONS:" for output as 1 ' Needed for CGI output!
defint a-z
print #1, "Today is:
"
print #1, date$
print #1, "