I have the requirements of getting a simple form to output to a db
file. Currently I am using a form called ennyform and it outputs to a
flat file. The person who want this wants it to be searchable and we
expect to get anywhere from 50 - 300 forms submitted per day. I was
reading that using php to MySQL was the correct way to get output into
a MySQL database. I know this is not the only way but I am on a Linux
platform and it is free. Is this overkill to set this up for a simple
form? Should I continue using the flat file and import it into
something. I am basically fishing for the most efficient way. I am
only assuming PHP to MySQL is the best way. I would just like to know
before I dive into the unknown. My next step would be to figure out
how to set up a page to use PHP to output form fields. And of course I
will have to create the DB.
I hate to say this but yes I am clueless but I was hoping that this
would be a short quik answer from somebody who done these things
already. I just want to pointed in the right direction before I spend
a lot of time with the wrong stuff. Currently I just read the text
file, actually I don't even do that I just read the emails as they are
sent. I rarely go in and look at the text file the form outputs to. I
am going to have to though, very soon.
Thanks A lot
file. Currently I am using a form called ennyform and it outputs to a
flat file. The person who want this wants it to be searchable and we
expect to get anywhere from 50 - 300 forms submitted per day. I was
reading that using php to MySQL was the correct way to get output into
a MySQL database. I know this is not the only way but I am on a Linux
platform and it is free. Is this overkill to set this up for a simple
form? Should I continue using the flat file and import it into
something. I am basically fishing for the most efficient way. I am
only assuming PHP to MySQL is the best way. I would just like to know
before I dive into the unknown. My next step would be to figure out
how to set up a page to use PHP to output form fields. And of course I
will have to create the DB.
I hate to say this but yes I am clueless but I was hoping that this
would be a short quik answer from somebody who done these things
already. I just want to pointed in the right direction before I spend
a lot of time with the wrong stuff. Currently I just read the text
file, actually I don't even do that I just read the emails as they are
sent. I rarely go in and look at the text file the form outputs to. I
am going to have to though, very soon.
Thanks A lot
Comment