09-04-2010, 01:54 AM
(This post was last modified: 09-04-2010, 01:56 AM by dareknyght.)
This is a piece of php code! I want to change it's font (alignment, color, weight). Please copy this code, apply the color, alignment and weight commands properly and post under the thread!
Thanks In Advance
PHP Code:
if(isset($_SESSION['views']))
$_SESSION['views']=$_SESSION['views']+1;
else
$_SESSION['views']=1;
echo "Views=". $_SESSION['views'];
Thanks In Advance