What are the different ways of writing "if" conditional statements using PHP? -


यदि सशर्त स्टेटमेंट्स PHP का उपयोग करते हुए लिखने के विभिन्न तरीके हैं?

मैं उदाहरण के लिए जानता हूं निम्नलिखित ($ test == 1) {} else {}

और

  यदि ($ टेस्ट)  == 1) गूंज 'asdsa'; दूसरा गूंज 'sdaaa';  

वहां है:

  यदि ($ text == 1): गूंज 'asdsa'; Else: गूंज 'asdsa'; अगर अंत;  

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -