Archive for the ‘WordPress’ Category

Fifa WorldCup 2010 Free WordPress Theme

Amazing Free WordPress Theme Motivated By Fifa WorldCup 2010 By ARCom & Released By ZCed.com.

Read the rest of this entry »

WP Avatar Theme

Amazing Free WordPress Theme Motivated By Super-hit Movie Avatar By ARCom & Released By ZCed.com.
Read the rest of this entry »

The post/page counter

session_start();

if(isset($_SESSION['views']))
$_SESSION['views']=$_SESSION['views']+1;
else
$_SESSION['views']=1;
echo "Views=". $_SESSION['views'];
?>

It is a another process