Hi all,
I have a linux machine running apache for a personal website I run from home. I created a CGI application using C/C++ to run on this website, it does a few various things like having users login, etc... As of now, the way I programmed it, the cgi app uses text files to store the data for the website and now that I have learned more, I am wanting to try and use MySql instead. Only problem is, I dont know how to get my CGI application to talk to MySql, so that I can store the data in it. I am fairly new to MySql and have only recently got some experience using it. I have it installed on the linux machine and my win Xp machine as well, mostly just to test things out. I do not know PHP and do not plan on using it as I want to continue my web apps in C/C++. Can anyone help me or give me some references on where I can learn to setup this up to work? Muchly appreciated.
I have a linux machine running apache for a personal website I run from home. I created a CGI application using C/C++ to run on this website, it does a few various things like having users login, etc... As of now, the way I programmed it, the cgi app uses text files to store the data for the website and now that I have learned more, I am wanting to try and use MySql instead. Only problem is, I dont know how to get my CGI application to talk to MySql, so that I can store the data in it. I am fairly new to MySql and have only recently got some experience using it. I have it installed on the linux machine and my win Xp machine as well, mostly just to test things out. I do not know PHP and do not plan on using it as I want to continue my web apps in C/C++. Can anyone help me or give me some references on where I can learn to setup this up to work? Muchly appreciated.