array in php example Mirthbees 13 years ago Program: array.php <?php $myarray=array(1,2,3,4, 5 => 11, 26 => 2,5, 11 => 10); print_r($myarray); ?> Output: Thanks for reading this post…………!!! Share this:Print