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... I have a normal array with some names and I have some values for those names in an another array. I can loop through them fine and print them out accordingly as needed.
My problem is that I can't figure out how to Add all the values together. It seems like it should be easy but I'm obviously doing something wrong but I can't figure it out. Help? Please?