Php Flow » Uncategorized

how to create right angle in php

below method generated right angle with help of php code.

  1. for ($i=0; $i<10; $i++) {  
  2.       for($j=1; $j<=$i$j++) {  
  3.        echo $j . “ ”;  
  4.       }  
  5.       echo ”  
  6. “;  
  7.   }  

Did you enjoy this article? Share it!

About the Author:

Hi, This is Parvez Alam from India. I am software developer with 4 years’ experience in web development. I have submitted articles on PHP, Mysql, Magento,CSS, HTML, jQuery, web designing and social API. You can subscribe to my blog via RSS/Twitter/Google plus and Facebook. parvez1487(at)gmail(dot)com

Random Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>