Thread: C And MySQL

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    C And MySQL

    I am planning to set up an on-line database where members can update their profiles. I want the database to handle form input and new password creation.

    Is C a good choice for web database programming?


    Future C Programmer.

  2. #2
    Registered User
    Join Date
    May 2002
    Posts
    41
    No, for database driven web development PHP is usually the best choice (because the language is designed for exactly this task) or at least another scripting language like Perl or Phyton. But if you really want to use C, using MySQL is pretty easy, the API is described here:
    http://www.savebaseball.com/mysql/chapter4.php3

Popular pages Recent additions subscribe to a feed