Categories
Tags → Method Php

PHP and Microsoft Access Database (ODBC)

Learn to utilize Microsoft Access Database and ODBC Connections with your PHP scripts. This method Very similar to using MySQL.
DETAILS

Dacio''s Mail List

This script is simple mail list. It records email, action and date and puts it in txt file or mysql database. You choose 0 for flatfile method or 1 for mysql method. So it doesn''t require any database if you choose flatfile. If you use mysql ...
DETAILS

Open Source licensing for PHP scripts

When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software.
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

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS

Search Engine Friendly PHP Pages

Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters. This article explains how to use your Web server to pass parameters to PHP scripts so that it fools search engines, and allows your page to be indexed ...
DETAILS

Panel Class

This is a PHP class that allows you to easily create self-recovering panels. Panel is a component of overlapping &"group of panels&", similar to the sidebar of Mozilla or Microsoft Outlook. The main part of the overlapping and navi...
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

phpDoc

For PHP programmers who work as a group and who want to use classes and functions in their development it is difficult to distribute and update the required documentation. phpDoc provides a method of managing information about your classes and fu...
DETAILS

Interactive Maps with PHP

This tutorial shows you how to create an interactive image maps using PHP and the GD library. It explains a method to zoom a portion of an image by using PHP and gif files.
DETAILS

Page:
©2003-2008 jCay.com