Categories
Tags → Php Tutorial Web

Creating a Search Application

In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of fuzzy search. Also included in this tutorial is a overview of using databases in PHP and a heavy concentr...
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

Create dynamic sites with PHP && MySQL

This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites work and how they serve the content, and you will be ready to serve your ow...
DETAILS

Creating dynamic Web sites with PHP and MySQL

This free, dW-exclusive tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will learn how dynamic sites work and how they serve the content, and you will be re...
DETAILS

Creativephp

Creativephp is a PHP and DHTML web design resource site. It offers free codes, downloadable programs, and tools. Also features an online versatile user friendly MYSQL Database Manager designed and programmed by the author for managing databases anywh...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Rapidphp

Rapidphp is a PHP scripting and tutorial database. This site hopes to help web developers learn this new server side scripting language through usable code and examples.
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
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

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

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

Page:
©2003-2019 jCay.com