php - If VB condition with or -


मुझे मिल गया है जैसे:

  & lt; vb: if condition = "$ channel ['नोडिड']! = 16 "& gt; & LT; टीआर & gt; & lt; टीडी & gt; कुछ & lt; / टीडी & gt; & lt; / टीआर & gt; & Lt; / vb: यदि & gt;   

लेकिन मुझे इसकी भी आवश्यकता है कि 20 के लिए भी जांचें ताकि यह कुछ ऐसा होना चाहिए:

  if! = 16 || 20   

मैं यह कैसे लिखूं

यह होगा:

  & lt; vb: if condition = "$ channel ['nodeid'] = 16 || $ चैनल ['नोडिड'] = 20" & gt; & LT; टीआर & gt; & lt; टीडी & gt; कुछ & lt; / टीडी & gt; & lt; / टीआर & gt; & Lt; / vb: यदि & gt;    

Comments

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -