I've been tring unsuccessfully to find information on what each language, C and PHP, have to offer in terms of working with MySQL. Just wondering if anyone out there has preference for one or the other and why. I understand that PHP is supposed to have alot of built-in functionality to work with databases. I can't really find much out there about using C to manipulate databases though. Wouldn't a server-side C program be a more efficient program to run? Please post your thoughts, any would be appreciated!
CaliVagabond 0 Light Poster
Recommended Answers
Jump to PostWhether you use c or php to call a Mysql command makes hardly any difference. The point being it is still calling and executing the same Mysql command.
However, if you had of said, "hey isn't 'C' a great language for database design", then you probably would have a …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.