An open API service indexing awesome lists of open source software.

https://github.com/computermouth/fcgi-sql-selectparams

nginx/fcgi++/mysql
https://github.com/computermouth/fcgi-sql-selectparams

Last synced: about 1 year ago
JSON representation

nginx/fcgi++/mysql

Awesome Lists containing this project

README

          

A quick and dirty demo to pass nginx's QUERY_STRING to fastcgi and select a record from mysql server using the split string as parameters.

(parameters are passed with '+' as a delimiter after each param e.g. "localhost/?param1+param2+")