linux1880 Posted August 7, 2010 Share Posted August 7, 2010 hello friends what does this type of array means ? $data[] = $row; Link to comment https://forums.phpfreaks.com/topic/210087-what-does-this-type-of-array-means/ Share on other sites More sharing options...
Alex Posted August 7, 2010 Share Posted August 7, 2010 That means to add $row to the end of the $data array. Link to comment https://forums.phpfreaks.com/topic/210087-what-does-this-type-of-array-means/#findComment-1096429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.