View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 09:33 AM
The|Godfather
 
Posts: n/a
Default Re: C-Language CGI-BIN Programming with MySQL

Some remarks,
Do not use CGI-BINs cause they are vulnerable to some attacks. If you
use mySQL directly with the Apache Server to do queries you will
probably end up using PHP interface to communicate with mySQL Server.
Do noy install the PHP plug-in as a CGI-BIN but as a module.

Cheers,
Dragomir Stanchev

http://www.linkedin.com/in/dragomirstanchev
http://www.student.informatik.tu-dar...%20deutsch.pdf

Reply With Quote