cs1h Posted November 18, 2009 Share Posted November 18, 2009 Hi, How do you declare an empty array? I just want to put an empty one in so that I can add information to it later using array_push. Thanks, Cs1h Link to comment https://forums.phpfreaks.com/topic/181994-solved-declare-empty-array/ Share on other sites More sharing options...
rajivgonsalves Posted November 18, 2009 Share Posted November 18, 2009 $variable = array(); Link to comment https://forums.phpfreaks.com/topic/181994-solved-declare-empty-array/#findComment-959947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.