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
- Host: GitHub
- URL: https://github.com/computermouth/fcgi-sql-selectparams
- Owner: computermouth
- Created: 2015-07-15T04:56:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T04:56:20.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T11:32:38.167Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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+")