Archive for January, 2011

Login remember using cookie in PHP

A cookie, also known as a web cookie, browser cookie, and HTTP cookie, is a piece of text stored on a user’s computer by their web browser. A cookie can be used for authentication, storing site preferences, shopping cart contents, the identifier for a server-based session, or anything else that can be accomplished through storing text data.

Cookie can have up to seven parameters but mostly first three are used.

The first 3 parameters are:

1. name:  refers to cookie name e.g. cookname

2. value: refers to cookie value stored in cookie name e.g. $_COOKIE['cookname'] => ‘cookvalue’

Find the real Google Search rankings with Scroogle

Searching on Google for rankings is good way to know the rank but it may not be the exact rank you are looking for. Also the search rank may not be the same for the entire surfer. This happens due to the adaptation of “Personalized Search” by Google during the search. Some of the main factors are IP address; the language used in computer, past search history etc.

“Personalized Search” is available for signed-in users as well as signed-out users. This enables for customized search results based upon 180 days of search activity linked to an anonymous cookie in the browser. Hence, Google will artificially increase the rankings of the website you often search for.

Powered by WordPress

Page optimized by WP Minify WordPress Plugin