Hi,
I've a column called 'status' and three different values stored in it, including HIGH, MIDDLE and LOW. How do I count these different values and use them as strings like this one:
I've tried this method and it doesn't work: http://www.randomsnippets.com/2008/1...mysql-queries/Code:if ( $row['HIGH'] >= 10 && $row['request'] == 3 ) { // the process continued } elseif ( BLAH BLAH BLAH ) { // continues BLAH BLAH BLAH }



Reply With Quote





Bookmarks