function to choose the higher number of 5 numbers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

function to choose the higher number of 5 numbers

Post by duk »

someone knows the best way,

when we have 5 numbers 1,2,3,4,5, and you want to chosse the higher number in this case will be the 5, we need to analise all the 5 variables that contains the number inside and choose the higher ???
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Post Reply