there should be "lame" tag for this kind of questions, so please forgive my ignorance, but I was wandering if CGI is suitable for implementing within something like Bootstrap?
Basically, would it be possible to invoke CGI script and than embed it results in some other HTML/CSS visualization? To be more precise, what I'm wandering is whether one should embed "design" part within CGI script, or can standard HTML/CSS/JS combination can be created, calling CGI as one would call a PHP script, for example?
To make my question even more precise, I would use CGI to access SQLite database on web server where user would simple input username and get some data accordingly. In addition, I suppose multithreading for CGI script isn't really necessary in terms of multiple users accessing script, when each instance is run separately for each web request?
Thank you in advance,
Bruno
Edit: as usually, asking Google all the right questions (which were a bit hard for me
So, as far as I've understood, using SHTML extension and "#include virtual" command. "#exec" doesn't work on my server, but parameters work fine, so I guess I don't have to worry about that?



