Hello all!
I have set up a multidimensional array, and I was wondering how would I update a value within the array?
Like how if you update a value in mysql, u use mysql_query("UPDATE....
Simply the same thing I want to achieve in an array. I just wanted to update a value in an array.
Any suggestions? Thanks!