If i have a 2D array how do i access say the third element in the second row?
If i have a 2D array how do i access say the third element in the second row?
you can try the following..
<?
echo ($array[1][2]);
//the third element in the second row..
?>
------------------
SR -
webshiju.com
"The fear of the LORD is the beginning of knowledge..."