PDA

View Full Version : contact us



dazg
07-26-2008, 02:32 PM
Iv made a contact us page on a template im workin on, well iv downloaded one and worked on it. Only when i fill out the requied fields and send it, it doesn't work i guess i need a php file that sends it, could somebody help please?

Noppid
07-26-2008, 02:35 PM
Home made contact us forms are usually targets for spammers. You need a php file that stores the form input and then sends an email to you to come get it. If it uses the info input there is usually a way to spam.

Isn't the vB contact us form good enough?

dazg
07-27-2008, 01:16 AM
yer i was just wounderin as im learning, its not a template im using, im trying to learn html so im working with that one

Noppid
07-27-2008, 11:56 AM
Yeah, well the html is the easy part. It's the server side processing that is important. Learn the server side if you want to send info to the server and do something with it. Security is paramount.