Top

PHP Code Snippets Tagged with form

  (4)  
Sort by 
Simple php contact form for your web site
Tags: contact  form  php 
+ 2 likes
5 comment(s)    Score: 5.5    Platform: PHP    Posted by Zen on Jul 17, 2008
Do you have a contact form on your site and you get spammed by bots constantly? With this code you create contact form with a captcha image, and that will prevent bots
Tags: contact  form 
+ 1 likes
1 comment(s)    Score: 9.5    Platform: PHP    Posted by Delicon on Apr 17, 2008
Its a feedback form, so you know what your users think of your site, etc. on the 29th line, change 'nick@host.com' to your email address. This is my first php snippet, so please use constructive criti..
Tags: email  feedback  form  php 
+ 0 likes
9 comment(s)    Score: 5.7    Platform: PHP    Posted by ZabuzaMomochi on Dec 30, 2006
This is a ready to go PHP script that can be pasted into a blank .php document. Run it through your webserver after changing $myemail to the value of your E-Mail address. It also sends the referring..
+ 0 likes
32 comment(s)    Score: 6.0    Platform: PHP    Posted by Hawkee on Sep 04, 2004
Bottom