Archive for November, 2008

Written on November 06, 2008 at 06:11 pm by admin

Introduction to HTML (Hyper Text Markup Language)

What is HTML? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it all...
Written on at 05:11 pm by admin

PHP date() function explained

PHP date function explained With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the current time, formating PHP's timestamp, and show you all the various date arguments for reference purposes. ...
Written on at 05:11 pm by admin

Why is PHP Popular?

Why is PHP Popular? PHP has been written from day one with hosting in mind. For a web hoster, it is very easy to deploy mass hosting servers with PHP on it, and they have done this on a very large scale. One german internet hoster at one point in time had a single 28 CPU SUN E6500 h...
Written on at 05:11 pm by admin

Top Paying Keyword List for Adsense

Top Paying Keyword List 4 Adsense Adsense keyword Here is a detailed list of top paying google adsense keywords from various fields. Select one of the one of the best paying niche for your site. The data is obtained directly from google's tools itself. I dont claim...
Written on at 05:11 pm by admin

Why are you not making money from adsense?

Why are you not making money from adsense? I personally know many those who hardly make 1$ per day with more than five blogs.This information is for them..Here are your main reasons... Some illusions people have.. If you think you can build a w...
Written on at 10:11 am by admin

Friendly URL using .htaccess

What is the benefit of rewriting URL? When a search engine visits the dynamic url like product.php?id=5 it does not give much importance to that URL as search engine sees “?” sign treat it as a url which keeps on changing. so we’re converting the dynamic URL like the product....
Written on November 04, 2008 at 03:11 pm by admin

Force Download Script for PHP

[php] $file_name = $_GET['file']; // make sure it's a file before doing anything! if(is_file($file_name)) { /* Do any processing you'd like here: 1. Increment a counter 2. Do something with the DB 3. Check user permissions 4. Anything you want! */ // required for IE if(ini_get('zlib.output_co...
Written on at 12:11 am by admin

Real questions and stupid answers

Girlfriend : "...And are you sure you love me and no one else ?" Boyfriend : "Dead Sure! I checked the whole list again yesterday". Teacher : "What do you call a person who keeps on talking when people are no longer interested?" Pupil : "A teacher". Waiter : "Would you like your coffee black?" Cus...
Tags: ,