clearnetwork has submitted 7 links
Using an autoload function to make your life easier
in PHP added by clearnetwork, on 11/10/2008 advanced tutorials general oo programming php5
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.
1 comment save reportUsing Search Engine Friendly URLs for your Dynamic Pages
in PHP added by clearnetwork, on 29/7/2008 beginner tutorials mod rewrite seo
"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.
comment save reportGenerating Search Engine Friendly Titles for your URL
in PHP added by clearnetwork, on 29/7/2008 beginner tutorials seo
For most dynamic websites you will want to create "Search Engine Friendly" or "User Friendly" URLs, rather than using ugly and meaningless strings or IDs to reference your content. The way you interpret the URLs and use them to get your content is for another article and I won't go into that right now, what I want to talk about is how to turn your page titles into versions that can be used in your URL.
comment save reportIn Depth Contact Form Part 3 - Better Error Checking
in PHP added by clearnetwork, on 15/7/2008 beginner tutorials validation
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?".
comment save reportIn Depth Contact Form Part 2 - The PHP Code
in PHP added by clearnetwork, on 15/7/2008 beginner tutorials email
The second part of this tutorial details the PHP code that checks data has been entered and send an email containing this data.
comment save reportPHP Thumbnail Generation Script
in PHP added by clearnetwork, on 18/7/2008 advanced tutorials gd images
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.
comment save reportRandom Password Generation
in PHP added by clearnetwork, on 15/7/2008 beginner tutorials general random security
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.
comment save report