Apply for Zend Framework Certification Training

Php Questions





for($i=0;$i<=9;$i++){
 
    for ($d=10-$i; $d > 0; $d--)  {
 
        echo "  ";
    }
    for($j=1;$j<=$i;$j++){
 
        echo " ".$i." ";
    }
 
    echo "<br>";
 
}                                    

< Getting Started With CodeIgniter URL Routing How to create form in codeigniter >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top