flemingmike Posted November 1, 2010 Share Posted November 1, 2010 hello, how would i write if $dollars is greater than 5 or less than -5? thanks! Link to comment https://forums.phpfreaks.com/topic/217457-greater-than-or-less-than/ Share on other sites More sharing options...
Pikachu2000 Posted November 1, 2010 Share Posted November 1, 2010 if( $dollars > 5 || $dollars < -5 ) Link to comment https://forums.phpfreaks.com/topic/217457-greater-than-or-less-than/#findComment-1128989 Share on other sites More sharing options...
flemingmike Posted November 1, 2010 Author Share Posted November 1, 2010 thanks! Link to comment https://forums.phpfreaks.com/topic/217457-greater-than-or-less-than/#findComment-1128993 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.