Click to See Complete Forum and Search --> : forms issue


craigo
03-27-2005, 05:30 AM
:confused: I'm trying to find out how i can create a form that when submitted will put the info straight into a searchable database, i can only find forms that e-mail the info to you. Then i need to know the best method of creating a search facility that will display the requested info straight onto a webpage. I need to build it to cope with thousands of users. I'm really struggling to find info on how to create forms and how they work. Simplist terms would be very helpful......Thanks!

russell_g_1
03-27-2005, 08:14 AM
you need to use a server side language to save the data in the submitted form and to provide the search facility. there are forums for asp, asp.net, java and php here, all of which can do this kind of job. try posting your questions in one of those to get a more detailed response.

:D