Run Code
Browser not compatible.
<?php
$data=array("30","50","55"); echo $data[0]."<br>"; echo $data[1]."<br>"; echo $data[2];
?>