Categories
Tags → Using Php Tutorial

Generating Web Page Statistics using PHP

This is an extensive tutorial that will show how to gather and analyze Website statistics in a presentable format using mySQL and PHP. You will need a moderate understanding of PHP and a limited knowledge of mySQL, including how to create a mySQL tab...
DETAILS

chainedSelectors: A Better Way to Drop-down a PHP List

Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...
DETAILS

ODBC Socket Server

This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
DETAILS

Creating Dynamic Next / Previous Buttons with PHP and MySQL

This tutorial explains how to program Next / Previous buttons with a dynamic, reusable class using PHP and MySQL or PostGreSQL.
DETAILS

Rotating Banner Advertisements with PHP

This tutorial is intended for the PHP programmer interested in developing a useful and dynamic banner advertisement system using mySQL, PHPLIB, and PHP version 4.0 or higher. You will need a limited knowledge of mySQL including how to create a mySQL ...
DETAILS

PHP-Based User Authentication

This tutorial teaches you to initiate user authentication using PHP, and then to authenticate users by matching the value of the global variables $PHP_AUTH_USER, and $PHP_AUTH_PW to a list of valid usernames and passwords. The sample code included wi...
DETAILS

Building WML Applications Using PHP

This tutorial shows you how you can use PHP in conjunction with WML to serve dynamic content to a WAP-enabled wireless device. The sample code illustrates several facets of user interaction via a wireless web browser, including: Performing basic inse...
DETAILS

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

Simple Connection to Sybase

This tutorial explains how to make a simple connection to Sybase using a few PHP functions.
DETAILS

Page:
©2003-2019 jCay.com