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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -