Cogman
Lifer
So I have started a project for a C++/Apache/sqlite website that helps me keep track of some notes. It isn't going to be a big project, and I didn't want to go through the hassle of installing PHP or Perl, ect. But thats beside the point.
My question lies in the transmission of data. I would like to be able to just post all the data, but I don't know how to do that with hyperlinks (and the HTML tutorials haven't been too helpful) I could just link though the get method, but I really don't like the idea of having a huge URL string.
So is there any way to post data (send data without changing the URL) using just HTML? I want to just have to click on a link to basically navigate the database.
My question lies in the transmission of data. I would like to be able to just post all the data, but I don't know how to do that with hyperlinks (and the HTML tutorials haven't been too helpful) I could just link though the get method, but I really don't like the idea of having a huge URL string.
So is there any way to post data (send data without changing the URL) using just HTML? I want to just have to click on a link to basically navigate the database.