deansaddigh Posted July 6, 2010 Share Posted July 6, 2010 How can i check if the field region is equal to yes, because i want to display a pic if it is. ($row['region']) Thanks in advance Link to comment https://forums.phpfreaks.com/topic/206937-just-want-to-check-if-rowregion-is-equal-to-yes/ Share on other sites More sharing options...
Pikachu2000 Posted July 6, 2010 Share Posted July 6, 2010 Unless I'm seriously missing something here . . . if( $row['region'] == 'yes' ) { //display the pic or whatever . . . } Link to comment https://forums.phpfreaks.com/topic/206937-just-want-to-check-if-rowregion-is-equal-to-yes/#findComment-1082164 Share on other sites More sharing options...
deansaddigh Posted July 6, 2010 Author Share Posted July 6, 2010 Thanking you very much Link to comment https://forums.phpfreaks.com/topic/206937-just-want-to-check-if-rowregion-is-equal-to-yes/#findComment-1082165 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.