| Title: Show User's IP |
Date Added: 08/09/06
Level: Beginner
Author: Nika
Description: With just one simple code, you can display your User's IP on your site.
|
| Title: PHP Last Modified |
Date Added: 02/10/08
Level: Intermediate
Author: Nika
Description: I love simple, short, functional codes like this. This one will show you how to display the date your web pages were last modified.
|
| Title: PHP Click Counter |
Date Added: 07/18/06
Level: Intermediate
Author: Nika
Description: This is a neat type of numerical counter that counts everytime a link has been clicked. It is exceptional for logging how many times a graphic or file has been downloaded and displaying that number to visitors. Unlike traditional PHP counters, this one requires no database or installation whatsoever!
|
| Title: PHP Includes |
Date Added: 07/27/06
Level: Intermediate
Author: Nika
Description: Are you tired of having to edit every page of your website everytime you add/remove a link on your navigation or make a layout change? Now you don't need to! With PHP includes you only need to modify one page and it'll apply the change to the rest of the pages on your site. And yes, you can do this all without frames!
|