I use PHP and I know that PHP is written in C or uses C somehow. I’m trying to understand lower level languages. So can someone explain to me how the HTML that PHP generates (let’s say the markup for a form) is built with C. Can I build a web form in C or C++ and how?
Share
It’s possible to write a Common Gateway Interface (aka “CGI”) program in any computer language which can send text to the standard output channel (i.e. pretty much every one):
[html, body, etc tags omitted for brevity].