Basic PHP Programming Question:
What is the difference between characters \023 and \x23?
Answer:
The first one is octal 23, the second is hex 23.
Previous Question | Next Question |
How can we register the variables into a session? | With a heredoc syntax, do I get variable substitution inside the heredoc contents? |