Best Tutorials website
Latest tutorials

Advertisment

Making Sticky Forms

Making Sticky Forms

Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the...


Views: 540 | Rating star | by Donald
PHP - Form Processing

Mysql Connecting.Inserting & Showing Data

Mysql Connecting.Inserting & Showing Data

This is a tutorial on Mysql Database Connecting, Inserting & Showing data.


Views: 582 | Rating star | by Ben
PHP - Introduction to PHP

Multidimensional arrays

Multidimensional arrays

Learn how to create multidimensional arrays in PHP, we will be creating a form, and another page to handle the form to demonstrate multidimensional...


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

PHP Calendar

PHP Calendar

Dynamically create a HTML calendar using PHP


Views: 845 | Rating star | by Jason
PHP - Calendars

Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table

Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table

If you’ve ever seen the Creating a Weblog In 15 Minutes movie, you were undoubtedly startled at how useful and quick the scaffold command could...


Views: 832 | Rating star | by Isac
PHP - OOP

News System, add, delete and edit and user added comments

News System, add, delete and edit and user added comments

A full news management system that allows you to view each news post, add new news posts, delete and edit news posts and also allow users to add...


Views: 919 | Rating star | by Troy
PHP - News Publishing

Input - Output String Functions

Input - Output String Functions

This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not secure to receive...


Views: 546 | Rating star | by Brad
PHP - Form Processing

Dynamic Dropdown Menu

Dynamic Dropdown Menu

Put records from your database in a drop down menu/list box. You can apply it as a navigator list box. Good for saving your webpage areas or you...


Views: 583 | Rating star | by Mathew
PHP - Database Related

Create your Email Server

Create your Email Server

When you create an auto email sender program with mail() function. You can not to test it on your machine(localhost). You have to upload and test...


Views: 837 | Rating star | by Ben
PHP - Email Systems

Form to Email

Form to Email

You can apply this tutorial for your contact form on your sites. This tutorial shows you in 1 file with a normal contact information form. When you...


Views: 555 | Rating star | by Adam
PHP - Email Systems

Strings in Php

Strings in Php

After integer.. maybe just after integer, strings are possibly the most important variable types in programming. Storing a bunch (series) of...


Views: 527 | Rating star | by Sarah
PHP - Introduction to PHP

Pre/Post Increment, Decrement

Pre/Post Increment, Decrement

$index++; // Post-increment, Give the value of index, then increments index by one ++$index; // Pre-increment, increments index by one, then...


Views: 578 | Rating star | by Jason
PHP - Introduction to PHP

Working with Files in Php

Working with Files in Php

Files Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This...


Views: 486 | Rating star | by David
PHP - File Manipulation

Arrays in Php

Arrays in Php

Arrays An array is a data structure that stores one or more values in a single value. For experienced programmers it is important to note that...


Views: 615 | Rating star | by Simon
PHP - Introduction to PHP

Creating a Full Statistics Suite With Administration

Creating a Full Statistics Suite With Administration

The most important part of your website is your visitors. You should know where they come from, what they use, where they go. There are various...


Views: 875 | Rating star | by Mark
PHP - Web Traffic Analysis

Creating Dynamic RSS Feeds with PHP and MySQL

Creating Dynamic RSS Feeds with PHP and MySQL

Ever need to create a dynamic rss feed but don't know how to? This short and easy tutorial will show you exactly how in seconds, along with...


Views: 569 | Rating star | by Stephen
PHP - XML and PHP

Export MySQL to CSV (Excel)

Export MySQL to CSV (Excel)

You can export your MySQL database to .csv file format (Microsoft Excel file) easily.


Views: 554 | Rating star | by Sarah
PHP - File Manipulation

Paging Results in PHP

Paging Results in PHP

Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single...


Views: 503 | Rating star | by David
PHP - Database Related

PHP Functions : array_fill

PHP Functions : array_fill

array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be...


Views: 536 | Rating star | by Stephen
PHP - Introduction to PHP

How To Make Your Own Image Gallery With An Administration

How To Make Your Own Image Gallery With An Administration

One thing everyone searches for is a great image gallery. Whether it’s to show off your work as a web designer or some pictures of your...


Views: 502 | Rating star | by Marry
PHP - Image Manipulation