How to Create an Array in PHP

How to Create an Array in PHP – This is a place for the community to provide tips and advice on How to Create an Array in PHP. This topic was created by Becky Malick and the tips are provided by the community. The tips you add here can be your own or referred from another site. The best tips are then ranked at the top when up-voted by members of the community.

Tip 1 - Creating Associative Array in PHP

Published:  | Submitted by Mette Grnborg | permalink
Creating Associative Array in PHP

I have a multidimensional array. $shop = array( array("appn1", "pub1" ,"pub2" , "pub3"), array("appn2", "pub1"), array("appn3", "pub1" ,"pub2") ...

About Author

More by Becky Malick

No more topics...

About This Topic

Category: Fun | 9 years, 3 month(s) ago

17.6k+ Reads
1 Tips
1 Votes
0 Likes
0 Saved

Contributors