Advertisment
Do you have an image that you want to keep a copyright on? Putting you logo or a URL of your website on each and every image is a quite a long and...
We will write a simple PHP/MySQL authentication script that can be reused for any of your project.
A simple chatbox written in PHP and MYSQL database, includes table setup and basic administration area.
The proper ways to apply restrictions to your website.
Views: 820 | | by Brad
PHP - Security
In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.
Views: 855 | | by Mathew
PHP - Networking
In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver.
In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a...
Views: 844 | | by Sarah
PHP - Networking
If you are beginner to intermediate in PHP then this tutorial is for you, this tutorial discusses some of the basics of PHP in detail.
Using Google checkout, buying from stores across the web becomes simple and also facilitates you to keep track of all the orders. This articles is...
This tutorial will show how to create images, draw lines, rectangles, ellipses and arcs, how to add text to images, and how to manipulate them...
User must choose a question and all the possible answers (up to 10). A script will be generated which must be included in the users page. Votes are...
In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose...
In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when...
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form...
This tutorial will teach you how to easily integrate PHPBB2 into your site.
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1...
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images...
PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before...
So, you want to send automated email messages from your PHP application. To understand how to send each variation that may exist on an email, we...
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any...