Categories
Tags → Using Php Tutorial

Custom Error Handling with PHP

Custom error documents are a valuable tool to have. Using this tutorial you''ll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server...
DETAILS

Installing Apache and PHP 4.2.x on Linux

Need to setup a linux web server? This tutorial will show you how to install Apache 1.3.x series and PHP 4.x series using the APXS method as an external module. Prerequisites are to have MySQL already installed if you plan on using it.
DETAILS

Recursive Threading with PHP and SQL

This tutorial will walk you through the process of making a threaded discussion system. Using PEAR::DB and PHP 4 we''ll create a recursive function that will display comments in a threaded style.
DETAILS

Message Box HTTP Component for ASP and PHP

Visual Basic ''MsgBox'' function is much more flexible then JavaScripts ''alert'', you would notice it as you would go through the code. After installing this dll component, you can use this functionality with ease in PHP or ASP. ...
DETAILS

Alternating row colors with PHP and mySQL

A quick tutorial explaining how to alternate table row colors using PHP and MySQL.
DETAILS

An intro to using the GD image library with PHP

A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time.
DETAILS

How to protect PDF files using PHP

This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in th...
DETAILS

Simple Login/Registration Using Flash with PHP and mySQL

This tutorial assumes that you have some basic knowledge of PHP and mySQL, and a good understanding of Flash 5 Actionscript. This tutorial shows you how to set up a table in a mySQL database, then using PHP (or asp with a few minor changes) manipulat...
DETAILS

Generating Advanced Web Page Statistics using PHP

This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and PHP. It will show how to: Display number of hits by Year, Month and Week, Display the last seven Daily a...
DETAILS

Using PHP with ODBC

This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.
DETAILS

Page:
©2003-2019 jCay.com