Categories
Tags → Tutorial Html Form

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

Simple php/mysql guestbook tutorial

This is a very simple guestbook tutorial consisting of how to write an html form, get the form to insert data in mysql and then displaying the form with a basic mysql query. The result is a simple guestbook which just displays the name and a comment ...
DETAILS

PHP && MYSQL Tutorial: Inserting Data into mysql

This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using M...
DETAILS

In Depth Contact Form Part 2 - The PHP Code

In depth tutorial focusing on the basics of processing a contact form. Includes necessary error checking and clear, simple explanations of all the code. Part 1 can also be found on the site which features the creation of the form itself in HTML
DETAILS

Dealing with special characters

This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.
DETAILS

Form Validation With PHP

This tutorial explains how to validate HTML form on server side using PHP plus client side form validation using Javascript to make your form more user friendly
DETAILS

Basic PHP Form Processing

Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.
DETAILS

PHP from the Ground Up

This is an introductory tutorial for those who understand HTML but don''t know much about PHP. It covers the basic concepts such as variables, form processing, arrays, if, loops, comparison and logical operators, functions, etc.
DETAILS

File Uploading in PHP 4

This is a step-by-step tutorial that shows how to upload files to the server through an HTML form and PHP. It covers creating the client-side HTML, accessing the file from PHP, and processing the uploaded File in PHP.
DETAILS

Editing XML with XSL and ASP

As a follow-up to the &"Saving HTML Form Data to XML&" article, this tutorial explains how to edit XML files using XSL and ASP. This example assumes that you are familiar with ASP, XML and HTML 4.0.
DETAILS

Page:
©2003-2019 jCay.com