WordPress Themes Development Question:
Explain me that whether the comparison of string “50ᕙ and integer 60 will work in PHP or not?

Answer:
Yes it will work as the PHP will consider the comparators as Integer type and hence will compare 50 and 60.
Previous Question | Next Question |
Tell me what are the template tags in wordpress? | Tell me how do I determine a Post, Page, Category, Tag, Link, Link Category, or User ID? |