I've got a web page I'm working on that allows a user to input data, click a button, and save the data to a MySQL database.
Up to this point I've been using simple PHP scripts. My customer now wants to be able to do a lot of things with the data other than store it. I think this part would be much quicker if I use cgi, since I'm much more familiar with PBCC syntax than PHP.
I know with PHP you can use POST and use the values stored within the variables.
For cgi with PB, how would you pass the values of the variables to the cgi program?
Up to this point I've been using simple PHP scripts. My customer now wants to be able to do a lot of things with the data other than store it. I think this part would be much quicker if I use cgi, since I'm much more familiar with PBCC syntax than PHP.
I know with PHP you can use POST and use the values stored within the variables.
For cgi with PB, how would you pass the values of the variables to the cgi program?
Comment