Categories
Tags → Php And Tutorial

How to Install and Configure PHP3 on Windows

This tutorial shows the steps you need to install and configure PHP on Windows. It explains two different ways: Using PHP without Apache, and Using PHP with Apache.
DETAILS

Using a page by page password system using mySQL

One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let''s say you don''t want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial s...
DETAILS

Setup and Install Apache with PHP4 as a Dynamic Module (DSO)

This tutorial first explains what a dynamic module is, or what it means by creating PHP as a dynamic module for Apache. Then, it guides you through step-by-step where to get Apache and PHP4 and how to install them on your server.
DETAILS

Simple ODBC Connections

PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to data...
DETAILS

Templates, The PHPLIB Way

Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main...
DETAILS

Session Handling with PHP 4

Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a p...
DETAILS

Dynamic Image Generation with PHP

PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database, create grapical displays of statistics from log files, a...
DETAILS

An Introduction to Classes

This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a w...
DETAILS

Creating a Photo Gallery

This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...
DETAILS

Serving Graphical Web Page Counters from a PHP Script

This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
DETAILS

Page:
©2019 A--9.com