Ok here is where I am at. I have this little league thing i'm doing where I have to secure the data being sent from the form. Decided not to have the info sent to a email client at all. As per Wullie's suggestion little league was cool with storing the submitted form in a database on the server, accesible only through user name password.
My problem is I dont know how to set up mysql tables and such for php forms to store the data, start the database class on september,1st...does me no good at this moment, and I need to get this site up in the next few days, all I am waiting on is securing this form.
Do you guys know of any cgi script, or javascript form processor that stores the data submitted to a txt file or something, in some formatted way so that they can access the file and print it out with the registration info from the form. I can do the htaccess thing to protect the diractory where the files will be stored, just need some help getting the data processed and stored.
I found this which is really cool program(minus the creating the form for ya part) that processes through php and stores to a form based database file generated by the php, or can access sql tables if you know how.
Now the form based data file that it creates would be fine except it looks like this:
Which does me no good if the typical house mom that will be collecting the data cant just simply log into the page and print out the registration in some kind of formatted way, so they then can be taken on registration day and submitted along with the fee.
Guys any help would be greatly appreciated, I really need to wrap this up quickly.
And I promise I am taking SQL, MY SQL and PHP Starting in September at - So I will learn this real soon, Just need to work through this one.
My problem is I dont know how to set up mysql tables and such for php forms to store the data, start the database class on september,1st...does me no good at this moment, and I need to get this site up in the next few days, all I am waiting on is securing this form.
Do you guys know of any cgi script, or javascript form processor that stores the data submitted to a txt file or something, in some formatted way so that they can access the file and print it out with the registration info from the form. I can do the htaccess thing to protect the diractory where the files will be stored, just need some help getting the data processed and stored.
I found this which is really cool program(minus the creating the form for ya part) that processes through php and stores to a form based database file generated by the php, or can access sql tables if you know how.
Now the form based data file that it creates would be fine except it looks like this:
Which does me no good if the typical house mom that will be collecting the data cant just simply log into the page and print out the registration in some kind of formatted way, so they then can be taken on registration day and submitted along with the fee.
Guys any help would be greatly appreciated, I really need to wrap this up quickly.
And I promise I am taking SQL, MY SQL and PHP Starting in September at - So I will learn this real soon, Just need to work through this one.