Categories
Tags → Processing Tutorial

Adding Drop Shadows with PHP

This tutorial will teach you how you can add drop shadows dynamically to your images using PHP''s GD image processing functions.
DETAILS

Output Caching in PHP

Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed.
DETAILS

Creating and using a timing class Tutorial

The purpose of this tutorial is to talk about two seperate concepts; profiling and object oriented programming (OOP). In this tutorial we''ll create a simple class to allow you to create one or more timers. You can then use these timers to show ...
DETAILS

Basic Forms

Handling forms and processing the data you get from them is one of the fundamentals that need to be mastered if you are to develop a dynamic site. This is a very simple introductory tutorial on form handling.
DETAILS

Form Processing with PHP 4

This is a step-by-step introductory tutorial on form processing in PHP4. Each step is explained in detail, and covers field validation.
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

XML and ASP based Survey Server

This tutorial shows how to quickly create and track multiple-choice surveys using our XML-based Survey Server for IIS. It uses XML to store surveys, XSL to generate different presentations, and ASP to manage all the processing to create an extensible...
DETAILS

Speeding Up ASP Page Execution

ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjo...
DETAILS

Parsing Forms With PHP and Sending E-Mail

Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. This two-page tutorial shows you how.
DETAILS

CGI for the Total Non-Programmer

This tutorial walks you through the basics of creating CGIs with Perl on a Unix platform. At the end of this tutorial you will be able to create Perl programs for counting hits, storing and retrieving guestbook information, and processing secure pass...
DETAILS

Page:
©2019 A--9.com