Tutorials by clearnetwork

You can find here all the 12 tutorials by clearnetwork. The author's home page URL is http://www.total-php.com.
Sort byTutorials Per Page
Pages:1 | 2 | Next| Last
Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory.
March 8, 2010 Today Views: 1 Total Views: 336
"Search Engine Friendly URLs" or "User Friendly URLs" are a much better way of constructing your URLs for dynamic pages. In this article I will discuss some basic ways of doing this, with a little help from mod_rewrite.
March 8, 2010 Today Views: 2 Total Views: 444
Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question "How can we make it better?".
February 3, 2010 Today Views: 2 Total Views: 418
In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
December 14, 2009 Today Views: 1 Total Views: 700
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.
November 23, 2009 Today Views: 1 Total Views: 685
Continuing on from our article on Listing files stored within a directory using PHP, this quick guide will walk you through how to upload a file to a server using PHP.
October 20, 2009 Today Views: 2 Total Views: 770
This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself.
June 8, 2009 Today Views: 2 Total Views: 1,364
When creating a membership based site security is paramount - especially if you're dealing with personal information. When it comes to passwords you'll want to encrypt them wherever they are stored so they can't be stolen. Here are a few things you can do to make your passwords as safe as possible.
May 25, 2009 Today Views: 2 Total Views: 398
Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.
April 14, 2009 Today Views: 2 Total Views: 560
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the move quite often. In this tutorial we walk through how to create a simple template editor in PHP.
April 13, 2009 Today Views: 3 Total Views: 521
Pages:1 | 2 | Next| Last