# PHP edit array values

**URL:** https://forum.kirupa.com/t/php-edit-array-values/234701
**Category:** programming
**Created:** [August 4, 2007, 7:23pm UTC](https://forum.kirupa.com/t/php-edit-array-values/234701 "2007-08-04T19:23:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imagined](https://avatars.discourse-cdn.com/v4/letter/i/a87d85/32.png) [@imagined](https://forum.kirupa.com/u/imagined)
#### Post date: [August 4, 2007, 7:23pm UTC](https://forum.kirupa.com/t/php-edit-array-values/234701/1 "2007-08-04T19:23:16Z")

</div>

I have looked for a this information in books and searching online but havent found it. If I have a multidimensional array kinda like this one…

Array 1

- ID = 1
- price = 9.99

Array 2

- ID = 2
- price = 12.99

Array 3

- ID = 3
- price = 15.00

Let’s say I want to edit the price of array 2, how could i do that?
