Best Tutorials website
Latest tutorials

Advertisment

How to create a basic news system

How to create a basic news system

In this tutorial I will show you how to create a basic file based news system with integrated WYSIWYG editor.


Views: 863 | Rating star | by Daniel
PHP - News Publishing

PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio

PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio

An article demonstrating how to crop an image using PHP's GD library, whilst still keeping the aspect ratio as it was originally. This is very...


Views: 477 | Rating star | by Simon
PHP - Image Manipulation

Random Number Password Generator

Random Number Password Generator

In this tutorial you will learn how to create a random number generator using PHP.


Views: 815 | Rating star | by Marry
PHP - Randomizing

Simple Network Monitoring Script

Simple Network Monitoring Script

I derived a nice PHP script for monitoring devices on the network. This is a very simple script that displays whether or not the host is responding...


Views: 771 | Rating star | by Isac
PHP - Networking

How to get the users IP Address

How to get the users IP Address

The simple version of code used to obtain the users IP address is used to output their IP in a browser. Very simple, but if you did not know how to...


Views: 812 | Rating star | by Amy
PHP - Networking

Learn About Randomized String Functions

Learn About Randomized String Functions

In this tutorial you will learn about randomized string functions and how to use them effectively.


Views: 460 | Rating star | by Sean
PHP - Miscellaneous

Create a Table Row With a Form

Create a Table Row With a Form

This tutorial will teach you how to insert a new database row using a form. This can be very helpful in creating scripts such as user login, email...


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

Create a Unique Hits Counter

Create a Unique Hits Counter

In this tutorial you will learn how to create a unique hits counter that writes to a text file.


Views: 877 | Rating star | by John
PHP - Counters

PHP - Dynamic Includes

PHP - Dynamic Includes

Strings are things like the Includes, except it gives you that cool URL. You know the ones like http://www.domain.com/index.php?id=filename? Well...


Views: 528 | Rating star | by Source
PHP - Site Navigation

Create files with php

Create files with php

Learn how to simply create html, php, css, sql or whatever files using just PHP.


Views: 508 | Rating star | by Stephen
PHP - File Manipulation

Random Images in PHP

Random Images in PHP

How to create a random images script in PHP, a well detailed tutorial.


Views: 543 | Rating star | by Ben
PHP - Randomizing

Session User System

Session User System

Learn how to make a user system for your site. Features: * Encrypted passwords * Email Validation * Change Password * Members List * User...


Views: 573 | Rating star | by Jarry
PHP - User Authentication

Subtract Dates

Subtract Dates

A simple function to calculate Days (difference) between two dates. The function can be easily extended to get the result in minute, hours, months...


Views: 816 | Rating star | by Simon
PHP - Date and Time

Simple BBcode

Simple BBcode

Learn how to create pretty simple bbcode system for your website, blog or homepage.


Views: 510 | Rating star | by David
PHP - Site Navigation

No Right Click Ban (Without JavaScript!)

No Right Click Ban (Without JavaScript!)

Want to make sure nobody uses the right-click on your website? Use this script.


Views: 475 | Rating star | by Sarah
PHP - Miscellaneous

Securing your MySQL Queries with Sprintf

Securing your MySQL Queries with Sprintf

Sprintf in itself will not secure a MySQL query from head to toe. That should be made clear from the word go. There are many more techniques that...


Views: 519 | Rating star | by Amy
PHP - Security

Using Exceptions to Provide Better Feedback

Using Exceptions to Provide Better Feedback

Within this article, we'll be taking a closer inspection of exceptions, as requested by the lovely Haris. This will be a basic exceptions...


Views: 771 | Rating star | by Isac
PHP - OOP

Dynamic PHP Google Sitemap

Dynamic PHP Google Sitemap

This tutorial will show You how to generate google sitemaps based on Your site MySQL structure.


Views: 887 | Rating star | by Marry
PHP - Link Indexing

Sorting 2D-arrays in PHP

Sorting 2D-arrays in PHP

How to use array_multisort to sort tables by column.


Views: 493 | Rating star | by Marry
PHP - Introduction to PHP

Delete HTML table rows without any database support

Delete HTML table rows without any database support

Problem I worked on a PHP project where I needed to write and delete HTML table rows without any database support. Solution Write HTML table to a...


Views: 472 | Rating star | by Adam
PHP - File Manipulation