Advertisment
In this tutorial I will show you how to create a basic file based news system with integrated WYSIWYG editor.
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...
In this tutorial you will learn how to create a random number generator using PHP.
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...
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...
In this tutorial you will learn about randomized string functions and how to use them effectively.
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...
In this tutorial you will learn how to create a unique hits counter that writes to a text file.
Views: 942 | | by John
PHP - Counters
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...
Learn how to simply create html, php, css, sql or whatever files using just PHP.
How to create a random images script in PHP, a well detailed tutorial.
Learn how to make a user system for your site. Features: * Encrypted passwords * Email Validation * Change Password * Members List * User...
A simple function to calculate Days (difference) between two dates. The function can be easily extended to get the result in minute, hours, months...
Learn how to create pretty simple bbcode system for your website, blog or homepage.
Want to make sure nobody uses the right-click on your website? Use this script.
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: 579 | | by Amy
PHP - Security
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: 836 | | by Isac
PHP - OOP
This tutorial will show You how to generate google sitemaps based on Your site MySQL structure.
How to use array_multisort to sort tables by column.
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...