Karol Sousa

For Loop in PHP

For Loop in PHP Code Comment <?php //PHP opening tag for( $i=0; $i <= 20; $i++){ //First $i=0 is initialization $i <= 20 is condition check and $i++ is increment if($i%2==0){ //Check whether i is divisible by 2 if yes it is an even number echo ” This is an even number $i”; } }

For Loop in PHP Read More »

Brainstorm of Blogging

I started   Blogging journey with Blogger and WordPress in 2008. When I was doing M.Sc( Computer Science & Technology) not for Blogging or digital marketing purpose but to learn how to make a website. Further,  in 2011  I developed a website ATMS College College and learnt many languages. Such as, HTML, JavaScript, PHP, ASP,

Brainstorm of Blogging Read More »

©Postnetwork-All rights reserved.