Tuesday, 16 September 2014

use of an array in php

<?php
$array=array(1,2,3,4,5);
print_r($array);
?>

No comments:

Post a Comment