using the new CGI functions
Posted: Sat Jun 18, 2016 1:23 pm
Hello:
I like to transform an old program using the CGI external lib to a new one using the new built-in CGI functions, I'm completely newbie with CGI:
Thank you
I like to transform an old program using the CGI external lib to a new one using the new built-in CGI functions, I'm completely newbie with CGI:
Code: Select all
CGI_In()
string$=CGI_Val("string")
string$=UCase(string$)
CGI_Header()
CGI_Out(string$)
End