Best Tutorials website
Latest tutorials

Advertisment

Displaying Fields and Data of a MySql Table in PHP

Displaying Fields and Data of a MySql Table in PHP

This example shows how to display the data values from the columns of a search result from a MySql query in an HTML table.


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

PHP Redirect

PHP Redirect

Learn how to perform a redirect in PHP. A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in...


Views: 975 | Rating star | by David
PHP - Redirection

Getting Your Visitor's Details using PHP

Getting Your Visitor's Details using PHP

This tutorial shows how to obtain information about your user such as the web page they came from, the page being accessed, and the user's IP...


Views: 0 | Rating star | by Jason
PHP - Web Traffic Analysis

Automatic Page Refresh - Refresh your page or redirect your visitors after a preset amount of time

Automatic Page Refresh - Refresh your page or redirect your visitors after a preset amount of time

Refresh your page as used on big news portals or redirect your visitors to another page (insider or outside your website) after some time.


Views: 829 | Rating star | by Mathew
PHP - Redirection

Introduction to PHP Image Functions

Introduction to PHP Image Functions

PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats,...


Views: 879 | Rating star | by Troy
PHP - Image Manipulation

Herong's Tutorial Notes on PHP

Herong's Tutorial Notes on PHP

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


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

Redirecting a Page using PHP

Redirecting a Page using PHP

Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to...


Views: 877 | Rating star | by Marry
PHP - Redirection

PHP and Javascript: Dynamic update with MySQL

PHP and Javascript: Dynamic update with MySQL

This tutorial shows you how to create a Web page that extracts information from a MySQL database without refreshing the page (dynamic update)....


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

Basic PHP Includes

Basic PHP Includes

Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single...


Views: 553 | Rating star | by Slicer
PHP - Introduction to PHP

Introduction to PHP Functions

Introduction to PHP Functions

Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you...


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

Classes and OOP in PHP

Classes and OOP in PHP

An introduction to classes and object orientated programming in PHP.


Views: 523 | Rating star | by Sean
PHP - Introduction to PHP

Displaying RSS Feeds on your Website Using PHP

Displaying RSS Feeds on your Website Using PHP

RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this...


Views: 831 | Rating star | by Nick
PHP - XML and PHP

Viewing data from a file

Viewing data from a file

Learn how to retrieve and view data from a flat file database (text document) once it is written.


Views: 803 | Rating star | by Colin
PHP - File Manipulation

Interactive Story

Interactive Story

Create a simple script where a user enters data into a form, and then processes the data to incorporate it into a story, where your user is the star!


Views: 534 | Rating star | by Slicer
PHP - Miscellaneous

Make a quiz

Make a quiz

Learn how to make a quiz so you can test someones knowledge about anything, then show them how they went afterwards.


Views: 566 | Rating star | by Slicer
PHP - Miscellaneous

Accessing a Database Using PHP/MySQL

Accessing a Database Using PHP/MySQL

How to make a mysql connection, select a database, query the database, count the rows and use the information within the rows


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

MySQL Record Pagination

MySQL Record Pagination

How to give your users the benifit of putting the results of their query on different pages


Views: 588 | Rating star | by Steve
PHP - Database Related

PHP Sessions

PHP Sessions

Sessions can store user information, heres how to use them


Views: 850 | Rating star | by Jason
PHP - Cookies and Sessions

MD5 Encryption

MD5 Encryption

Protect your user's information with MD5 hases in PHP.


Views: 809 | Rating star | by Colin
PHP - Security

Alternating table row colors

Alternating table row colors

Many websites use this script to alternate their table rows color that selected from mysql database, very useful and cool.


Views: 511 | Rating star | by Ben
PHP - Miscellaneous