While programming in PHP, what characters do I use between the elements when testing two or more conditions?
G M asked the question:
While programming in PHP, what characters do I use between the elements when testing two or more conditions when either one is True?
Related posts:
- Computer programming. Is Python Similar to PHP? ? hold_on_and_stay_strong asked the question: I found this open source book:...
Filed Under Programming & Design |
Comments
2 Responses to “While programming in PHP, what characters do I use between the elements when testing two or more conditions?”
you can use “or” or “||” to test whether either one is true.
The other operators are:
and, &&
not !
xor
[...] original post here: While programming in PHP, what characters do I use between the elements when testing two or more con… Related ArticlesBookmarksTags History PHP originally stood for Personal Home Page.It began [...]