3 Smart PHP-Generated Drop Down Menus blog.calendarscripts.info - In our software we often use drop-down menus. To make things easier I have coded functions for the most commonly used ones - date drop down, drop down to list database entries, and drop down to be populated from simple non numerated PHP array. All these d
Simple Contact Form tutorial-resource.com - When you have a website, sometimes your users will want to contact you. Either to give feedback, report an error or just to pass comment on something. So having a contact form is the simplest method for a user to contact you. Here we will look at making a
Part 3: Create A Beautiful Contact Form From Scratch Using Photoshop, HTML, CSS, And PHP webdevtuts.net - Welcome to part 3 of create a beautiful contact form from scratch series. In this series we've covered how to design a contact form in photoshop then convert our design to HTML and CSS. In part 3 of this tutorial we will be making our contact form work us
Simplify Form Handling in a Big Way net.tutsplus.com - Save time, reduce maintenance pains, simplify your code, and do it all while feeling like a freakin' genius! In this tutorial, learn how to use variable variables, lookup arrays, and a bit of clever programming to simplify form handling in a big way.
Newsletter Tutorial Part 1 The Signup daveismyname.com - This newsletter tutorial will show you how to create a newsletter signup form, part 2 will show you how to send out newsletters from your list of users stored in a database.
A Simple Contact Us Forms using Php and Css urphp.com - In this tutorial i will teach you, how to make a simple and clean contact us form using Php and Css, a simple contact us form with name, email, website, subject and message fields…
How to create a CHAT system using PHP, MySQL and Ajax codingmix.com - In this tutorial I will show you how to build a Chat system using PHP, MySQL and Ajax, which Automatically deletes the old messages to save valuable space, and it shows the new messages without refreshing the whole page.
Simple PHP Contact Form With Validation Class boxmodeljunkie.com - Every site needs a contact form, but for a lot of beginners, the code can be a bit intimidating at first. In this tutorial we are going to create a simple contact form that you can put on your website so your users have an easy way to get a hold of you.
Simple AJAX Commenting System tutorialzine.com - In this tutorial, we are making a Simple AJAX Commenting System. It will feature a gravatar integration and will demonstrate how to achieve effective communication between jQuery and PHP/MySQL with the help of JSON.
Making a Donation Center With PHP, MySQL and PayPal's APIs tutorialzine.com - We are making a dedicated Donation Center with PHP, MySQL & PayPal's APIs. It will feature goal setting, a complete PayPal integration, and a donor list with the people who have already donated.
jQuery Contact form for your website web-development-blog.com - In this tutorial we show how to create a modern contact form that is linked by a simple text link and opens in a fancy Lightbox where all form handling, including reCAPTCHA validations, are processed by PHP and the jQuery Ajax function. After the form sub
Ajax Fancy Captcha - jQuery plugin webdesignbeach.com - Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from bots and spammers. We are introducing you to a new, intuitive way of completing “verify humanity” tasks. In order to do that you are asked to drag and drop specified item
Making a text Converter phphelpresource.com - This tutorial will show you how to make a simple form to convert your text from upper-case to lower-case, This simple tool is really useful for when you need to change a piece of text to lower-case without having to re-write it.