I like to see websites which are not just purely about the money… please wait...Rating: 9.8/10 (4 votes cast)
Continue reading...Saturday, November 8, 2008
Ive got a Pagerank checking script to share with you. Its written in PHP. From the outside its very simple, however the insides are quite complicated. There are some comments on it but if you are not an experianced PHP programmer you will not understand most of it. To change the site it checks you have [...]
Continue reading...Friday, November 7, 2008
Showing a users IP address is very easy. We use a function called getenv ( ) to do so. Here is the code: <?php echo getenv('REMOTE_ADDR'); ?> Simple as that… Heres a demo please wait...Rating: 9.1/10 (7 votes cast)
Continue reading...
Friday, November 14, 2008
0 Comments