McMinn
04-02-2007, 12:43 AM
I have a form containing a textbox so the user can write his suggestions or complaints...
Is there a way to save the suggestions and complaints of the users in a file and then check it later instead of emailing it?
Thanks,
Hi McMinn,
Yes there are a number of ways but you must first consider;
1.Where you intend to store the info? It would obviously have to be on your server so you need a server side script for the form to send the info to.
2.How do you intend to store the info? In a database such as MySql or simple text files ( known as a flat database ).
Either way, you can find a lots of free PHP scripts at;
http://www.hotscripts.com/search/14793737.html
Most come with complete easy to install instructions and do not require PHP knowledge in order to get them up and running.
So take a look.
Regards,
Ges.