Best Tutorials website
Latest tutorials

Advertisment

PHP for beginners

PHP for beginners

This online manual is meant to serve as a place to start for people not familiar with PHP. It covers the basics of variables, forms, sending email...


Views: 1001 | Rating star | by Nick
PHP - Introduction to PHP

Create dynamic sites with PHP & MySQL

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...


Views: 971 | Rating star | by Daniel
PHP - Introduction to PHP

PHP4 Compiled HTML Manual

PHP4 Compiled HTML Manual

This is a remastered PHP4.CHM(Compiled HTML Manual). Added keyword index and good-looking MSDN style sheets.


Views: 1085 | Rating star | by Isac
PHP - Introduction to PHP

Ben's PHP Tutorial

Ben's PHP Tutorial

A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes,...


Views: 0 | Rating star | by Mathew
PHP - Introduction to PHP

A Brief Introduction to PHP

A Brief Introduction to PHP

Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also,...


Views: 976 | Rating star | by Marry
PHP - Introduction to PHP

Introduction to PHP

Introduction to PHP

This introductory Web tutorial covers: The detail definition of PHP, The basic PHP Syntax, Creating a simple and a multipage forms in PHP, How to...


Views: 1019 | Rating star | by Source
PHP - Introduction to PHP

Introductory Tutorial

Introductory Tutorial

This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also...


Views: 1019 | Rating star | by Jarry
PHP - Introduction to PHP

Getting Started With PHP

Getting Started With PHP

The quickest way to learn PHP is to start using it and see what happens. This tutorial starts by diving right into the good old 'Hello...


Views: 1066 | Rating star | by Daniel
PHP - Introduction to PHP

Dynamic Web Pages with PHP3

Dynamic Web Pages with PHP3

PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can...


Views: 1032 | Rating star | by Amy
PHP - Introduction to PHP

Introduction to PHP - Getting Started

Introduction to PHP - Getting Started

This article will show you the basics of a PHP program with several simple examples. It starts with HTML output and progressively builds up to...


Views: 984 | Rating star | by Daniel
PHP - Introduction to PHP

Welcome to PHP

Welcome to PHP

This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and...


Views: 1018 | Rating star | by Amy
PHP - Introduction to PHP

Switching to PHP: What's the Language Difference?

Switching to PHP: What's the Language Difference?

This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. It points out some of...


Views: 0 | Rating star | by Jarry
PHP - Introduction to PHP

Building a Database-Driven Web Site Using PHP and MySQL

Building a Database-Driven Web Site Using PHP and MySQL

It's time to face it: databases are everywhere. Feeling left behind? This ten part series of articles will teach you everything you'll...


Views: 957 | Rating star | by Adam
PHP - Introduction to PHP

Building an Opt-in Email List

Building an Opt-in Email List

This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email...


Views: 1032 | Rating star | by Brad
PHP - Mailing List Management

TD Subscribe Mail Script

TD Subscribe Mail Script

Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.


Views: 985 | Rating star | by Troy
PHP - Mailing List Management

Sending Mail To The Mail List

Sending Mail To The Mail List

In this tutorial, you will learn to create the admin send mail form. It shows you how to use a loop to send the mail instead of simply separating...


Views: 1007 | Rating star | by Colin
PHP - Mailing List Management

Using Loops to Send Mail to Multiple Recipients

Using Loops to Send Mail to Multiple Recipients

This tutorial with revised code shows you how to send email to multiple recipients using loops.


Views: 898 | Rating star | by John
PHP - Mailing List Management

Creating a Mailing List Manager with PHP

Creating a Mailing List Manager with PHP

This tutorial will guide you through building a complete mail list administration solution in PHP, capable of handling multiple lists.


Views: 1077 | Rating star | by Adam
PHP - Mailing List Management

Smarty for Beginners

Smarty for Beginners

Join Hermawan as he shows you the basic of the Smarty templating system.


Views: 976 | Rating star | by Source
PHP - Miscellaneous

Designing Search Engine Friendly Pages in PHP

Designing Search Engine Friendly Pages in PHP

PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues...


Views: 871 | Rating star | by David
PHP - Miscellaneous