Advertisment
MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you...
PHP provides built in functions to access just about every database that exists. MySQL is well designed, powerful and most importantly free in some...
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...
When interacting with a database, functions are called that are common to every transaction; functions to establish a connection, execute the query...
This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP,...
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...
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...
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.
A code snippet that displays today's date in the title bar of your web page.
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...
Professor P's Photoshop Layer & Channel Tutorial shows in detail how to take your drawn lineart and color it in Photoshop.
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.
This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.
Simple tutorial explains how to add date time stamp 'page last updated on...' for a specified file using filemtime function.
This is an example rich tutorial on adding a 'last modified' date and time to your website. It includes full source code and description...
Learn how recursion works and how to implement it in PHP.
Views: 1125 | | by Donald
PHP - Development
Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls...
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...
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...
UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications...
Views: 1087 | | by Mathew
PHP - Development