Hi all,
I was going through some php tutorials and on the topic of arrays...
To create an array you simply use the following syntax:
$myArray = array("value", "value", "value);
OR
$myArray2 = array("value", array("value");
So my question is: is the second one a two dimensional array?
because you could reff. myArray2 with $myArray2[0][0];
If yes... How could you set up the array structure to contain for example, category names and data within a category name...but have several different listings for a given category?
Thanks.
_______________________________________________
welcome to best contact lens coupons



Reply With Quote




Bookmarks