Best Tutorials website
Latest tutorials

Advertisment

Counting records in PHP/mySQL

Counting records in PHP/mySQL

Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected...


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

PHP include file tutorial

PHP include file tutorial

In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.


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

Port Monitor Script

Port Monitor Script

This is a rather simple script to demonstrate an application that many server administrators could probably find useful -- an uptime notification...


Views: 886 | Rating star | by Marry
PHP - Networking

PHP redirect page

PHP redirect page

In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.


Views: 1020 | Rating star | by Nick
PHP - Redirection

How to Install phpMyAdmin on your Server

How to Install phpMyAdmin on your Server

This easy to understand tutorial goes through all the basics of installing phpMyAdmin on your own server. It covers everything you need to know to...


Views: 500 | Rating star | by Isac
PHP - Database Related

Download files with cURL

Download files with cURL

A snippet that helps you download files from the web, with the use of the well known cURL library for php.


Views: 615 | Rating star | by Slicer
PHP - Content Management

Reading and Writing files in PHP

Reading and Writing files in PHP

PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C lanaguage...


Views: 535 | Rating star | by Slicer
PHP - File Manipulation

Easy way to Upload files using PHP

Easy way to Upload files using PHP

There is a traditional way of uploading files in php usually developers use, that is, use functions is_uploaded_file() and move_uplaoded_file()....


Views: 520 | Rating star | by Brad
PHP - File Manipulation

Caching your pages with PhP

Caching your pages with PhP

Some ways to reduce the overhead in your server, using caching techniques.


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

Data Driven PHP Applications with Flash

Data Driven PHP Applications with Flash

Snapp MX is a web-based Rapid Application Development system, focused on reducing the time and effort needed to create sophisticated Flash business...


Views: 924 | Rating star | by Slicer
PHP - Flash and PHP

PHP string basics

PHP string basics

A detailed description how to use PHP strings and basic string manipulation functions.


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

Godly Email Validation - Does the email exist, not just format filtering.

Godly Email Validation - Does the email exist, not just format filtering.

This application written by Mark Wilton-Jones is an amazing email validation app that makes sure that the email address exits by pinging and making...


Views: 506 | Rating star | by Source
PHP - Email Systems

PHP/mySQL tutorial

PHP/mySQL tutorial

A tutorial on connecting, disconnecting, inserting and retrieving data with a mySQL DataBase.


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

Water mark images using PHP 5 and GD Library

Water mark images using PHP 5 and GD Library

All you have to do is just copy and paste the code below on to a file name in your localhost. Take two images any of .JPG OR .PNG OR .GIF Here for...


Views: 573 | Rating star | by Donald
PHP - Image Manipulation

PHP control structures - do while

PHP control structures - do while

PHP contains a various statement types Control structures allow us to manage script to do or not to do anything. When you use do while control...


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

Introduction to PHP

Introduction to PHP

The article gives a brief introduction to PHP. What it is, how ti works and what it is for?


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

How to make custom avatars with php

How to make custom avatars with php

Learn how to use php to make a customizable avatar. A great and unique feature for any website!


Views: 570 | Rating star | by Source
PHP - Image Manipulation

Install PHP using WAMP5

Install PHP using WAMP5

This tutorial shows you how to install PHP on your windows machine using WAMP5.


Views: 584 | Rating star | by John
PHP - Installing PHP

Learn PHP Part 1 - Introduction to PHP

Learn PHP Part 1 - Introduction to PHP

Answers the most fundamental questions of learning PHP including possible uses, how to write code, and what the requirements are.


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

Learn PHP Part 2 - Showing Content and Using Variables in PHP

Learn PHP Part 2 - Showing Content and Using Variables in PHP

This tutorial will teach you the basics of how to show content and use variables with PHP. It will explain the difference between single and double...


Views: 548 | Rating star | by Donald
PHP - Introduction to PHP