Load different pictures each time.

Just add the following codes within the body:



add the following code in the body:

That’s all.

PHP to detect mobile phones

The most efficient way to detect mobile phones with PHP, this simply queries the accept headers, the user agent and checks for any tell tale signs that the browser we’re sniffing is a mobile device. Read the rest of this entry »