Home

Submit

Source

Feeds

PHP Simple System Maintenance with PHP-CLI

PHP Getting Started
Simple System Maintenance with PHP-CLI
PHP / Getting Started
Web development is a world of rapid code modifications, instant deployment and immediate updates. Of course, maintaining the product of this web development can be as hectic as the web development is agile; with manual backups, quick database edits and tedious data migration and re-entry.

Site: www.developertutorials.com Report - View Tutorial

Related Tutorials
PHP Getting Started
Herong's Tutorial Notes on PHP
PHP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include Command Line Interface (CLI), array, CGI, cookie, database, HTTP, IIS, image files, loop, mail, MySQL, PHP, request, session, SMTP, SOAP, SOAP Extension, SQL, WSDL.

Site: www.herongyang.com Report - View Tutorial

PHP Getting Started
How to create a basic rating system
PHP / Getting Started
This article shows you how to create a simple and easy to use file based rating system with PHP.

Site: www.phptoys.com Report - View Tutorial

PHP Templates
HTML Templates
PHP / Templates
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include based upon the page currently being viewed.

Site: www.olate.co.uk Report - View Tutorial

PHP News and RSS Feeds
PHP News System
PHP / News and RSS Feeds
Learn the basics of Mysql & Php by building a news system.

Site: www.visualdesigncore.com Report - View Tutorial

PHP Installation
Basic Installation of PHP on a Unix System
PHP / Installation
Learn how to compile and install PHP on a Unix system.

Site: www.onlamp.com Report - View Tutorial

PHP XML Web Services
PHP and XML: using expat functions
PHP / XML Web Services
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news system for your home page.

Site: www.phpbuilder.com Report - View Tutorial

PHP Membership
Using a page by page password system using mySQL
PHP / Membership
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. Let's create a login system using PHP and mySQL.

Site: www.php-scripts.com Report - View Tutorial

PHP Membership
Secure Login System
PHP / Membership
PHP User system, With optional activation email. Session run on mysql. Lots of addons!

Site: rmb-scripting.com Report - View Tutorial

PHP News and RSS Feeds
Creating a News System with PHP - Part 2
PHP / News and RSS Feeds
This is the part 2 of my news system, it will teach you how to make a complete news system for your site.

Site: codewalkers.com Report - View Tutorial

PHP Membership
Login System
PHP / Membership
Create a very simple php login script. This is a very easy way of creating a login page. Its for one user and it uses sessions. To create this script you need a webserver with PHP support.

Site: www.visualdesigncore.com Report - View Tutorial

PHP Ad Management
A simple banner system
PHP / Ad Management
we're going to make a simple banner system which will randomly display banners saved into the database.

Site: ehlo-localhost.com Report - View Tutorial

PHP Membership
PHP Login script tutorial
PHP / Membership
Learn to create a simple login system with php + mysql script, this tutorial easy to follow, teach you step by step.

Site: www.phpeasystep.com Report - View Tutorial

PHP Navigation
Invano Navigation System
PHP / Navigation
So, Having trouble Using PHP Links? Unfamiliar with them? Or want to learn them? Well I will tell you how it is done. There are a few ways you can use php linking.

Site: www.invano.com Report - View Tutorial

PHP Security
md5() Hashing Using PHP
PHP / Security
One of the many ways of hashing data using PHP is a function called md5(). md5() converts a string of text into a 32-character hash, using a secret algorithm, thus protecting the original source information. md5() hashed strings cannot be dehashed either, which presents us with the novel problem of working out if two md5-hashed strings are equal. The answer is actually quite simple. Take a login system - instead of dehashing the string and comparing it to a regular password, you take the hashed string and compare it to a string that has already been hashed! Sounds simple doesn't it?

Site: biorust.com Report - View Tutorial

PHP Templates
How to use the PEAR ITX templating system
PHP / Templates
In this tutorial, I'll explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, I'll show you some of the competitors, why I didn't like them and why in the end I choose to work with ITX in my own scripts.We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. If you are not familiar with PEAR's DB abstraction layer.

Site: codewalkers.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement