Re: Programming MySQL in C

From: The Natural Philosopher <tnp_at_invalid.invalid>
Date: Thu, 18 May 2017 15:13:54 +0100
Message-ID: <ofka0o$hvp$1_at_dont-email.me>


On 18/05/17 14:49, John Levine wrote:
> In article <3288dc49-537d-4bac-a998-e31467b584c1_at_googlegroups.com>,
> <bit-naughty_at_hotmail.com> wrote:

>> Yeah, so I guess what I'm asking is - is there any way to put INLINE C inside HTML? Does such a crazy thing even
>> exist?? Y'know - *like* you put <?php something, is there a way to do <?c ??

>
> Not without writing your own preprocessor, and I wouldn't recommend that.
>
>
HTML is interpreted. C is compiled.

There is a fundamental reason why what he wants cant work.

All you CAN so is use - say PHP and do system calls to complied C files to do specific stuff

But in which case might as well use PHP.

Or write the whole lot in C and use CGI to execute the files

Not hard to e.g. write a bit of C that opens loads and outputs a specific file full of HTML either.

-- 
The biggest threat to humanity comes from socialism, which has utterly 
diverted our attention away from what really matters to our existential 
survival, to indulging in navel gazing and faux moral investigations 
into what the world ought to be, whilst we fail utterly to deal with 
what it actually is.
Received on Thu May 18 2017 - 16:13:54 CEST

Original text of this message