Best Tutorials website
Latest tutorials

Advertisment

So you want to use a database in your site?

So you want to use a database in your site?

In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a...


Views: 804 | Rating star | by Adam
PHP - Database Related

A Contact Database using MySQL and PHP

A Contact Database using MySQL and PHP

MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you...


Views: 925 | Rating star | by Colin
PHP - Database Related

MySQL and PHP

MySQL and PHP

PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some...


Views: 905 | Rating star | by Sarah
PHP - Database Related

Interfacing With MS Access 97+

Interfacing With MS Access 97+

Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an...


Views: 912 | Rating star | by John
PHP - Database Related

SQL Database Function Wrappers

SQL Database Function Wrappers

When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query...


Views: 892 | Rating star | by Slicer
PHP - Database Related

Connecting to a mySQL database

Connecting to a mySQL database

This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP,...


Views: 948 | Rating star | by Sean
PHP - Database Related

Admin user interface: adding and deleting users

Admin user interface: adding and deleting users

This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL...


Views: 754 | Rating star | by John
PHP - Database Related

Database Normalization And Design Techniques

Database Normalization And Design Techniques

One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you...


Views: 780 | Rating star | by Brad
PHP - Database Related

Accessing a Microsoft SQL Server database from PHP running under Linux

Accessing a Microsoft SQL Server database from PHP running under Linux

This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.


Views: 826 | Rating star | by Daniel
PHP - Database Related

Title Bar Date Script

Title Bar Date Script

A code snippet that displays today's date in the title bar of your web page.


Views: 991 | Rating star | by Tutorial
PHP - Date and Time

Displaying the Current Date and Time

Displaying the Current Date and Time

Displaying the Current Date and Time. All data which may be obtained with command Date() is shown. A couple of examples are included: link of the...


Views: 927 | Rating star | by Slicer
PHP - Date and Time

Calendar of Events Listing

Calendar of Events Listing

This tutorial describes how to write a simple script which looks at a list of events and only displays the events that occur today or in the future.


Views: 1009 | Rating star | by Steve
PHP - Date and Time

Inserting Dates

Inserting Dates

This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.


Views: 969 | Rating star | by David
PHP - Date and Time

Adding Date/Time Last Updated

Adding Date/Time Last Updated

Simple tutorial explains how to add date time stamp 'page last updated on...' for a specified file using filemtime function.


Views: 1020 | Rating star | by Adam
PHP - Date and Time

Last Modified - Tutorial and Script

Last Modified - Tutorial and Script

This is an example rich tutorial on adding a 'last modified' date and time to your website. It includes full source code and description...


Views: 1032 | Rating star | by Donald
PHP - Date and Time

Recursion in PHP

Recursion in PHP

Learn how recursion works and how to implement it in PHP.


Views: 1053 | Rating star | by Donald
PHP - Development

Object-oriented approach to programming HTML form components in PHP

Object-oriented approach to programming HTML form components in PHP

Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls...


Views: 920 | Rating star | by Ben
PHP - Development

ImpAKT Basics Tutorial

ImpAKT Basics Tutorial

This document's goal is to present the basic tNG features. We'll create a simple site that will be used to manage a company's...


Views: 1012 | Rating star | by Nick
PHP - Development

Templates and Template Engines

Templates and Template Engines

Templates provide a simple means to seperate server side code from client side code in our scripts. This article looks at when template systems are...


Views: 1031 | Rating star | by Simon
PHP - Development

PHP and UML Class Diagrams

PHP and UML Class Diagrams

UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications...


Views: 1014 | Rating star | by Mathew
PHP - Development