diff --git a/Contributors.html b/Contributors.html index 3175b691e0..b6d6e21cbe 100644 --- a/Contributors.html +++ b/Contributors.html @@ -581,10 +581,12 @@ Utsav Verma Harsh + Matteo Vacalebri Arunim Singhal Abdul Ahad + M Firmansyah Rifai diff --git a/Program's_Contributed_By_Contributors/PHP_Programs/Array.php b/Program's_Contributed_By_Contributors/PHP_Programs/Array.php new file mode 100644 index 0000000000..4dd1326e46 --- /dev/null +++ b/Program's_Contributed_By_Contributors/PHP_Programs/Array.php @@ -0,0 +1,16 @@ +"; + +//looping Through the array +for($x = 0; $x < $arrlength; $x++) { + echo $phoneBrands[$x]; + echo "
"; +} +?> \ No newline at end of file