Search found 1 match

by Andreas21
Tue Sep 01, 2015 12:47 am
Forum: Announcement
Topic: PureBasic 5.40 LTS beta 10 is out !
Replies: 213
Views: 92024

Re: PureBasic 5.40 LTS beta 1 is out !

CGI->CGIVariable()

If Not InitCGI() Or Not ReadCGI()
End
EndIf

WriteCGIHeader(#PB_CGI_HeaderContentType, "text/html", #PB_CGI_LastHeader) ; Write the headers to inform the browser of the content format

WriteCGIString("<html><title>PureBasic - variables</title><body>")

Procedure ...