PHP Tutorials: String Functions (Part 1)
Manipulating strings in PHP using various built-in functions!
PHP Tutorials: Random Password Generator
Create a random password generator from a specific character set. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com
PHP Tutorials: Unique Visitor Counter (Part 2)
This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.
PHP Tutorials: Unique Visitor Counter (Part 3)
This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.
PHP Tutorials: Image upload site: Albums (Part 1)
Add album functionality allowing the user to create, view and delete albums, as well as seeing their contents.