Apply for Zend Framework Certification Training

Corephp




< ?php
             $a=array("red","green","blue","yellow","brown");
             $random_keys=array_rand($a,3);
             echo $a[$random_keys[0]]."<br>";
             echo $a[$random_keys[1]]."<br>";
             echo $a[$random_keys[2]];
? >                                    

< Create Dynamic menu Using Php Mysql Regular Expression in php >



Ask a question



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


Back to Top