PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Ok so I want to create an empty array...and then as things come up add them with a key. BUt now Arrays, dont have a "Add" method etc. Do I really have to now manually write a whole bunch of functions to do this?