Project

General

Profile

[Solved] how to read passed CGI variables????

Added by henryweasley over 4 years ago

i'm working on a little system that integrates FreeBASIC with CGI, to be able to use FB .bas files in a similar way that PHP is used on websites. it's basically working fine, but one thing i can't figure out is how does lighttpd pass variables to the CGI handler.. for example..

i want to be able to know what variable1 and variable2 are. is this info stored in a file somewhere?


Replies (1)

RE: how to read passed CGI variables???? - Added by gstrauss over 4 years ago

It sounds like you have absolutely no idea what CGI is. Please read the RFC for Common Gateway Interface (CGI). https://tools.ietf.org/html/rfc3875

    (1-1/1)