sikken Posted August 1, 2010 Share Posted August 1, 2010 i need help with adding an integer into an array something like this $Loaded[count($Loaded)+1] = $To; Quote Link to comment https://forums.phpfreaks.com/topic/209519-adding-to-an-array/ Share on other sites More sharing options...
Alex Posted August 1, 2010 Share Posted August 1, 2010 $Loaded[] = $To; Quote Link to comment https://forums.phpfreaks.com/topic/209519-adding-to-an-array/#findComment-1093885 Share on other sites More sharing options...
sikken Posted August 1, 2010 Author Share Posted August 1, 2010 thanks, its working perfect now Quote Link to comment https://forums.phpfreaks.com/topic/209519-adding-to-an-array/#findComment-1093886 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.