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 :"-) 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... 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 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
Archived
This topic is now archived and is closed to further replies.