Re: Are there C libraries that are comparable to the PHP libraries? [message #169718 is a reply to message #169710] |
Thu, 23 September 2010 20:09 |
Michael
Messages: 9 Registered: September 2010
Karma:
|
Junior Member |
|
|
On Sep 23, 11:31 am, The Natural Philosopher <t...@invalid.invalid>
wrote:
> Michael wrote:
>> If I decide to do my server side work using C and CGI is there a set
>> of C libraries comparable to PHP? I'm going to need to do e-commerce
>> among other things, and am concerned that there may not be much
>> available for C.
>
> Most PHP libraries are shims to C libraries anyway, so yes, basically.
>
> You can certainly code up C acess to mysql for example.
>
> I think the only other stuff I have used that's a bit out of the
> ordinary is graphic manipulative stuff, and that's all available in C too..
>
> Theres a few HTML specific string handling things that you might need to
> replicate, but not a huge job really.
Thanks very much for your reply. Yes, MySQL is easy in C, the problem
is the e-commerce routines. I've tried to find them on the Web without
success. Any ideas?
|
|
|