Tag: arrays

53 votes
30 answers
2.1K views
Get the first element of an array

I have an array: array( 4 => 'apple', 7 => 'orange', 13 => 'plum' )

avatar
Corey
0 1 0 9
asked 07 September, 2021
58 votes
14 answers
2.2K views
How to Sort a Multi-dimensional Array by Value

How can I sort this array by the value of the "order" key? Even though the values are currently sequential, th

avatar
Nereida
0 1 0 9
asked 07 September, 2021
58 votes
29 answers
572 views
"Notice: Undefined variable", "Notice: Undefined index", and "Notice: Undefined offset" using PHP

I'm running a PHP script and continue to receive errors like: Notice: Undefined variable: my_variable_na

avatar
Hildegard
0 1 0 9
asked 07 September, 2021
52 votes
26 answers
962 views
Deleting an element from an array in PHP

Is there an easy way to delete an element from an array using PHP, such that foreach ($array) no longer includ

avatar
Kisha
0 1 0 9
asked 07 September, 2021