Navigation: thinBasic Modules > CGI > CGI_Read |
|
Description
Reads data from StdIn. In case of POST method it reads all the POST data.
Syntax
s = CGI_Read
Returns
Returns a string
The data read from StdIn.
Parameters
Remarks
An alias of CGI_Read is the function Gets
Restrictions
See also
Examples
sData = CGI_Read()
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |