Categories
Tags → Html This Form

Demo of Alternate Pagination Paradigm

This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the l...
DETAILS

AJAX e-mail collection form

This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever el...
DETAILS

Sending emails using php!

This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php
DETAILS

Flash based ''contact us'' form.

This is a contact form made in flash and php, it can be used on ''contact us'' pages. A flash file contains the form items and when the ''send'' button is pressed it sends the values to mailer.php, this mailer.php sends the email ...
DETAILS

Automatic Form Generation Using PHP

This set of functions allows you to use simple PHP commands to generate complex forms containing many different inputs. It automatically outputs the HTML code for the form and makes it easy for you to process the input when the form is submitted.
DETAILS

dir_list

This provides the ability to browse your local hard drives and select a file. This module is &"included&" in your program and returns the full path of the selected file. I searched around for a module to do this and I couldn''t...
DETAILS

XLmail (Mailinglist, newsletter) flatfile

This script consists of two parts. The first part is a form for users to subscribe to the mailinglist. The second part is an Email form for you to send Emails to this mailinglist. This is therefore ideal as newsletter script. It uses the standard PHP...
DETAILS

How to process the data submitted from HTML form

The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. Th...
DETAILS

Email Contact Us or Feedback Form

This is a multilingual feedback form module. It displays a form for sending feedback to the site owner. All fields are required and a little testing is done to make sure the email address is valid. If the form is valid, email is sent to the addresses...
DETAILS

Upload files using a HTML form in PHP

This script will help you for the baics of uploading images or files to your server using a HTML form and the PHP function copy. We haven''t explained form validation or file checking - We''ll go into further detail on that in future tutori...
DETAILS

Page:
©2003-2019 jCay.com