number pattern programs in php

Output :
number pattern programs in php
Number pattern programs in PHP





<?php
for($i=5;$i>0;$i--)
{
for($j=1;$j<=$i;$j++)
{
echo"*";
}
echo"<br/>";
for($k=6;$k>$i;$k--)
{
echo"&nbsp;";
}
}
?>
number pattern programs in php number pattern programs in php Reviewed by 4khdimg on 6:49 PM Rating: 5

6 comments:

  1. You have shared a nice article about the number pattern programs in php. Your service is very interesting and useful. I liked it. If anyone looking to Best Free And Open Source CMS Applications at online, webtotell.com is the best choice.

    ReplyDelete
  2. It is an open source web application framework built for PHP coders who want to develop a full-feature web application. You can opt for mobile app development services company for various application development services.

    ReplyDelete
  3. Each task is constantly finished inside the distributed time given by our clients. Top Expert Cakephp Developers

    ReplyDelete
  4. PHP has a gigantic gathering of software engineers who much of the time invigorate PHP instructional activities, documentations, online assistance get-togethers and FAQs.Why use Laravel

    ReplyDelete

If you have any doubts. Please let me knew

Powered by Blogger.