SubhanUllah Posted October 22, 2022 Report Posted October 22, 2022 $array = [ [1, 2], [3, 4] ]; $row = $array[1]; /* * Output: * Array( [0] => 3 [1] => 4 ) */ print_r($row); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.