Best Tutorials website
Latest tutorials

Advertisment

Basic mySQL Queries And PHP

Basic mySQL Queries And PHP

This tutorial will help you get started in working with mySQL and PHP. It will assume that you have no prior experience in using mySQL with PHP...


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

Dumping mySQL Tables to HTML

Dumping mySQL Tables to HTML

In this tutorial we are going to expose basic mySQL queries, and how they can be used to print all data from a mySQL table into an HTML table. This...


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

Using mod_rewrite with Apache and PHP

Using mod_rewrite with Apache and PHP

mod_rewrite is a popular Apache Module which gives a server administrator the ability to mask a web site's links. Though mod_rewrite has...


Views: 871 | Rating star | by Jarry
PHP - Site Navigation

PHP Random String Generator

PHP Random String Generator

A Quick and easy function for displaying up to a 32 charecter, highly randomized string. Great for account verification on user registration.


Views: 866 | Rating star | by David
PHP - Randomizing

PHP Script Tips - Understanding String Literals and Operations

PHP Script Tips - Understanding String Literals and Operations

A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted...


Views: 541 | Rating star | by Amy
PHP - Development

PHP Script Tips - Manipulating Strings with Built-in Functions

PHP Script Tips - Manipulating Strings with Built-in Functions

A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim,...


Views: 596 | Rating star | by Sarah
PHP - Development

PHP Script Tips - Understanding and Managing Cookies

PHP Script Tips - Understanding and Managing Cookies

A collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and...


Views: 807 | Rating star | by Steve
PHP - Cookies and Sessions

News Managment System

News Managment System

A basic news management system written in PHP and MySQL, this system has no html styling and is a skeleton structure for a robust news system.


Views: 891 | Rating star | by Slicer
PHP - News Publishing

View Source Code Page

View Source Code Page

Write a script that displays the source code of a given URL


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

Generating RSS Feeds On The Fly With PHP

Generating RSS Feeds On The Fly With PHP

This article will show how to make a single PHP file which will imitate an RSS Feed, instead of writing to an RSS file each time the database is...


Views: 785 | Rating star | by Colin
PHP - XML and PHP

Using file_get_contents to retry n times before returning FALSE

Using file_get_contents to retry n times before returning FALSE

Using file_get_contents to retry n times before returning false.


Views: 650 | Rating star | by Sean
PHP - File Manipulation

Working with Directories and Files

Working with Directories and Files

A collection of 8 tutorials on working with directories and files: How To Create a Directory? How To Remove an Empty Directory? How To Remove a...


Views: 513 | Rating star | by Mark
PHP - File Manipulation

Understanding PHP Arrays and Their Basic Operations

Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning...


Views: 566 | Rating star | by David
PHP - Introduction to PHP

Get the width and hieght of an image using a function in PHP

Get the width and hieght of an image using a function in PHP

PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash...


Views: 471 | Rating star | by Jarry
PHP - Image Manipulation

PHP File and Directory Manipulation

PHP File and Directory Manipulation

Ever wanted to learn the nitty gritty of file or directory manipulation with PHP? This tutorial will show you how to create, modify, manipulate,...


Views: 543 | Rating star | by Daniel
PHP - File Manipulation

Introduction To Arrays

Introduction To Arrays

This is a quick, easy, simple to understand introduction to arrays to get a beginner introduced to how they work, what their purpose is, and ways...


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

Email validation with regular expression

Email validation with regular expression

A short tutorial howto validate an email address during form processing. An example 'copy & paste' html form code is included to...


Views: 516 | Rating star | by Colin
PHP - Form Processing

Get the Size of a MySQL Database

Get the Size of a MySQL Database

Output the size of a MySQL database with this simple script.


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

PHP/MySQL search engine script

PHP/MySQL search engine script

This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.


Views: 829 | Rating star | by Donald
PHP - Searching

PHP Script Tips - Reading and Writing Files

PHP Script Tips - Reading and Writing Files

A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading...


Views: 527 | Rating star | by Jason
PHP - File Manipulation