Problem
1) What is the difference between a double quoted and a single quoted string in PHP? Briefly describe.
2) Explain the difference between a heredoc and nowdoc.
3) Explain the purpose of htmlentities function in PHP.
4) How do we use implode and explode functions for strings?
5) What are two different ways to convert a string into a number? Give examples.