Best Tutorials website
Latest tutorials

Advertisment

How to Bridge PHP and Java for Powerful Web Solutions

How to Bridge PHP and Java for Powerful Web Solutions

Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build...


Views: 563 | Rating star | by Mark
PHP - Development

Moving From Static to Dynamic - Understanding Databases

Moving From Static to Dynamic - Understanding Databases

Thinking of moving from your old static HTML pages to a dynamic database driven website? Read on, understand database basics, how to retrieve data...


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

AJAX Chat Tutorial

AJAX Chat Tutorial

This tutorial will show you the basics of creating a web chat driven by AJAX. This is a great place to get started with AJAX technologies in a real...


Views: 877 | Rating star | by Sarah
PHP - Chat Systems

JSON AJAX Chat Tutorial

JSON AJAX Chat Tutorial

This tutorial will show you how to create an AJAX chat system using JSON as the data exchange format rather that the standard HTML. This tutorial...


Views: 900 | Rating star | by Brad
PHP - Chat Systems

Running IXSSO Queries from PHP

Running IXSSO Queries from PHP

Many people don't even know that it's possible, but you can query Microsoft's Indexing Server from PHP in almost the exact same...


Views: 542 | Rating star | by Troy
PHP - Miscellaneous

Specifying how many columns per row when extractng from mysql

Specifying how many columns per row when extractng from mysql

This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using...


Views: 522 | Rating star | by John
PHP - Miscellaneous

Simple forum system in PHP/MYSQL

Simple forum system in PHP/MYSQL

If you've ever wondered how to build a simple forum in PHP/Mysql, this simple tutorial will give you the basics of how to post and reply to...


Views: 900 | Rating star | by Slicer
PHP - Discussion Boards

Login - Logout with a Session in 1 file

Login - Logout with a Session in 1 file

Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout...


Views: 816 | Rating star | by Source
PHP - User Authentication

Database Abstraction with ADODB

Database Abstraction with ADODB

The use of abstraction layers is a controversial topic among the PHP community. This article discusses the advantages and disadvantages of using...


Views: 590 | Rating star | by Marry
PHP - Database Related

Understand Sessions

Understand Sessions

Learn how php sessions work


Views: 551 | Rating star | by Daniel
PHP - Introduction to PHP

Adding a WYSIWYG Editor To Your Site

Adding a WYSIWYG Editor To Your Site

Turn your (or your customer's) PHP site into a CMS! The ability to edit your site in WYSIWYG fashion is easier than you might think, and that...


Views: 697 | Rating star | by Stephen
PHP - Content Management

Basic PHP Security

Basic PHP Security

Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.


Views: 810 | Rating star | by Ben
PHP - Security

PHP Script Tips - Creating Your Own Functions

PHP Script Tips - Creating Your Own Functions

A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining...


Views: 530 | Rating star | by Mark
PHP - Introduction to PHP

Unzipping files with PHP

Unzipping files with PHP

Learn how unzip .zip files with php and save the extracted files to your server...


Views: 515 | Rating star | by Tutorial
PHP - File Manipulation

Thumbnail, reseize, reduce quality, rotate - Easily!

Thumbnail, reseize, reduce quality, rotate - Easily!

4 easy to use function with examples to manipulate images.


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

How to display categories in tre format

How to display categories in tre format

This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format in a directory...


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

Dynamic (2 level) navigation list

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to...


Views: 851 | Rating star | by Adam
PHP - Site Navigation

RSS Display Boxes

RSS Display Boxes

Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers, by communicating with a versatile PHP RSS parser...


Views: 559 | Rating star | by Brad
PHP - XML and PHP

Calculate the number of days, weeks, years between two user inputted dates

Calculate the number of days, weeks, years between two user inputted dates

Ever wondered how to calculate the number of days between two dates using PHP. Well, by following this very detailed article you will learn in no...


Views: 880 | Rating star | by Source
PHP - Date and Time

PHP/MySQL RSS Feed

PHP/MySQL RSS Feed

Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform...


Views: 580 | Rating star | by Amy
PHP - XML and PHP