[snip]
I have a tabel in my database like this

TEST

fieldname    Value's

testid          1    
testf1           3
testf2           4
testf3           0
testf4           2
testf5           0

(so this is one record!)

I want to display the lowest value, except 0.. So the SQL statement will
be SELECT testf1, testf2, testf3, testf4, testf5 FROM test where
testid='1' .
[/snip]

Use http://us2.php.net/min

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to