Jump to content

[SOLVED] Help with MIN


mwl707

Recommended Posts

Can somebody help me please , Can I use a variable with the MIN function in php?

 

I have altered the code slightly so it is more universal but it is a bit like

 

$strings = "2,4,8,76,2,4,3,5" ;

$result  = min($strings) ;

echo " Min result is $result " ;

 

I have tried encapsulating the $strings variable with " and ' but still no result

 

Can anyone offer some advice please ?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/163984-solved-help-with-min/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.