using the new CGI functions

Just starting out? Need help? Post your questions and find answers here.
gabriel
Enthusiast
Enthusiast
Posts: 137
Joined: Sat Aug 01, 2009 4:49 pm
Location: Beirut, Lebanon

using the new CGI functions

Post by gabriel »

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:

Code: Select all

CGI_In()
string$=CGI_Val("string")
string$=UCase(string$) 
CGI_Header()
CGI_Out(string$)
End
Thank you