ukweb Posted April 11, 2006 Share Posted April 11, 2006 HiI'm making an application which displays a area on a webpage if two statements are true.for the example Im using values $value1, $value2, $value3 and $value4What do I use for AND becuase I know AND isnt the one im after Link to comment https://forums.phpfreaks.com/topic/7127-value-value2-and-value3-value4/ Share on other sites More sharing options...
craygo Posted April 11, 2006 Share Posted April 11, 2006 [code]if($value1 == 'some value' && $value2 == 'some value'){[/code]Ray Link to comment https://forums.phpfreaks.com/topic/7127-value-value2-and-value3-value4/#findComment-25930 Share on other sites More sharing options...
ukweb Posted April 11, 2006 Author Share Posted April 11, 2006 [!--quoteo(post=363741:date=Apr 11 2006, 01:07 PM:name=craygo)--][div class=\'quotetop\']QUOTE(craygo @ Apr 11 2006, 01:07 PM) [snapback]363741[/snapback][/div][div class=\'quotemain\'][!--quotec--][code]if($value1 == 'some value' && $value2 == 'some value'){[/code]Ray[/quote]Thanks! Link to comment https://forums.phpfreaks.com/topic/7127-value-value2-and-value3-value4/#findComment-25973 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.