Monshery Posted June 30, 2006 Share Posted June 30, 2006 for eg:[code]blabla = "1";blabla1 = "1";if((isset(blabla)) or (isset(blabla1)))echo "working";[/code]well realy stupid question but its the source for my big problem :"-) Quote Link to comment https://forums.phpfreaks.com/topic/13284-does-or-works-if-both-cases-are-true/ Share on other sites More sharing options...
heckenschutze Posted June 30, 2006 Share Posted June 30, 2006 Yes, Thats a or (||) if condition, if either or both result in true, then it will continue, else... Quote Link to comment https://forums.phpfreaks.com/topic/13284-does-or-works-if-both-cases-are-true/#findComment-51144 Share on other sites More sharing options...
Monshery Posted June 30, 2006 Author Share Posted June 30, 2006 thanks Quote Link to comment https://forums.phpfreaks.com/topic/13284-does-or-works-if-both-cases-are-true/#findComment-51146 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.