If I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, whats the problem?
Answer / Mohammad Shadab
The problem might be related to the way numbers are interpreted. In PHP (which WordPress is built on), '0123' is an octal number, which represents the number 67 in decimal. To assign the value '0123' as a string or decimal number, you should use single quotes instead of double quotes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is useeffect?
Tell me from seo point of view is wordpress helpful? Will it show the website on google?
What is widgets in wordpress?
How long does it take to build a wordpress website?
What are magic methods and how are they used in php?
Does de-activated plugins slow down a WordPress site?
Tell me what is the difference between starting a string with single quote and double quote? What you will use in general instance?
What is a page template?
How do I disable comments?
How do I hide my wordpress site from search engines?
Is updraftplus free?
What are custom fields in wordpress?