skip to main
|
skip to sidebar
Pages
Home
control structure in php
assignments
php blog
Ads 468x60px
Popular Posts
Followers
Sample Text
Powered by
Blogger
.
assignments
Assignments:
leap year or not;
find out greater number;
even odd :
example:
<?php
$x=20;
if($x%2==0)
{
echo"this is even no"
}
else
{
echo"this is odd"
}
?>
Home
Subscribe to:
Posts (Atom)
Social Icons
Blog Archive
▼
2012
(3)
▼
June
(3)
home page
day 2 variables and constants...
day 1 basic concepts of php