Click to See Complete Forum and Search --> : How can i add CONTACT ME form
Micro1
12-04-2006, 01:35 AM
hi .
I am new to this forum and need help and suggestion about my site. i have designed site in free servers and i want to add CONTACT ME form in site. but i dont know how to do this, i created form(name, email, commente.) but please tell me how will i contact this with database. Please help.......
kiwibrit
12-04-2006, 03:14 AM
Welcome to the forum.
I am a little surprised to you mentioning a database with a free server. However, if you have access to a database, you probably have access to server side scripts such as perl or php. If so, you can use something like this script (http://www.thesitewizard.com/wizards/feedbackform.shtml) for the form.
Calling up a database as a result of the form input is another matter, and I suggest you place any questions on that in the section of the forum which deals with the server-side script (eg perl or php) you use - and use the SQL section for specifically database stuff.
Micro1
12-04-2006, 10:37 PM
infact i have form but i dont know where form data will save. i mean how will i do coding for calling data base . i have sql in free server. please tell me what will be its coding.. i will be thank fulll to you..
kiwibrit
12-05-2006, 03:09 AM
You are entering into the server-side of things, and you should post questions on databases to the correct (SQL) section of the forum. First, I suggest you read up on how to connect to a database, how to structure one, and how to insert information into it.
If you want something to keep you going meantime, then wizzyweb (http://www.wizzyweb.com/) may be able to help you. I have not used them myself, but, once you have registered with the site, this page (http://www.wizzyweb.com/cgi-bin/data-entry-mysql.cgi?FileFunction=File&Function=Datasource) may be what you want.