Best Tutorials website
Latest tutorials

Advertisment

PHP and XML

PHP and XML

This tutorial will tech you how to parse XML using PHP and how to create an XML document using PHP


Views: 556 | Rating star | by Source
PHP - XML and PHP

Object Oriented PHP

Object Oriented PHP

This tutorial will teach you all the basic concepts related to Object Oriented PHP.


Views: 870 | Rating star | by Jarry
PHP - OOP

Form Processing using PHP

Form Processing using PHP

Learn how to process form data using PHP. You will find example to make you clear how to process form data


Views: 536 | Rating star | by Mark
PHP - Form Processing

Sending email using PHP

Sending email using PHP

Learn how to send simple email, HTMl email and attachement using PHP. All with examples


Views: 517 | Rating star | by Sean
PHP - Email Systems

PHP and Cookies

PHP and Cookies

Cookies are text files stored on the client computer and they are kept of use tracking purpose. Learn how to use cookies with PHP


Views: 554 | Rating star | by Slicer
PHP - Cookies and Sessions

File upload using PHP

File upload using PHP

Learning how to uploading data file on webserver using PHP. All with examples.


Views: 612 | Rating star | by Source
PHP - File Manipulation

PHP and MySQL

PHP and MySQL

Learn PHP with MySQL starting from database connection till updation and deletion operations.


Views: 476 | Rating star | by Amy
PHP - Database Related

PHP Date and Time

PHP Date and Time

PHP provides powerful tools for date arithmetic that make manipulating dates easy.


Views: 848 | Rating star | by Isac
PHP - Date and Time

Creating a simple mail sender class with PHP

Creating a simple mail sender class with PHP

In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think,...


Views: 564 | Rating star | by Brad
PHP - Email Systems

Random text

Random text

Learn how to make random text in PHP. Its easy. You can make links and text.


Views: 865 | Rating star | by Tutorial
PHP - Randomizing

PHP login script

PHP login script

A php login script tutorial with complex features like: user confirmation, forgot password page, restricted access to web pages based on level...


Views: 567 | Rating star | by Colin
PHP - User Authentication

AJAX contact form

AJAX contact form

An AJAX email contact form that uses mootools as a core Javascript library.


Views: 540 | Rating star | by Marry
PHP - Email Systems

AJAX/PHP rating script

AJAX/PHP rating script

This tutorial will teach you how to create a AJAX/PHP rating script using xajax.


Views: 575 | Rating star | by Tutorial
PHP - Miscellaneous

Storing multidimensional arrays in a file

Storing multidimensional arrays in a file

In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a...


Views: 525 | Rating star | by Steve
PHP - Miscellaneous

Simple ip counter based on PHP & mysql

Simple ip counter based on PHP & mysql

Learn how to make a simple ip counter for your website using PHP programing language and Mysql database. In this tutorial you will learn how to...


Views: 1029 | Rating star | by Amy
PHP - Counters

 New Way to Show Poll Result (GD) PHP

New Way to Show Poll Result (GD) PHP

It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images,...


Views: 563 | Rating star | by Stephen
PHP - Image Manipulation

PHP measuring page load time

PHP measuring page load time

In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing. The idea is simple, this script...


Views: 855 | Rating star | by Steve
PHP - Date and Time

Creating a menu system

Creating a menu system

In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy...


Views: 813 | Rating star | by Nick
PHP - Site Navigation

Tracking Search Engine Traffic

Tracking Search Engine Traffic

Learn to track which search engines drive traffic to your site and which are the most used keywords on each search engine


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

How-to make PHP and AJAX Form

How-to make PHP and AJAX Form

Read this awesome tutorial to learn how to make a very cool web form, which uses AJAX to communicate with a PHP file. No page refresh and no form...


Views: 562 | Rating star | by David
PHP - Form Processing