Welcome Guest, Not a member yet? Register   Sign In
can someone show me how to get min max in array?
#1

(This post was last modified: 03-10-2023, 10:21 PM by startup.)

i have a array below:
PHP Code:
Array
(
 
    
[f_price] => Array
        (
            [0] => 1000000,2900000
            
[1] => 3000000,5900000
        
)



i want  to get
1. $min =  1000000,  $max=2900000;
2 $min = 3000000 $max = 5900000


thank you in advance
Reply
#2

Get min and max value in PHP Array
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB