⟩ How to insert a comment in html?
Comments in html begins with “<!–“nd ends with “–>”. For example:
<!-- A SAMPLE COMMENT -->
Comments in html begins with “<!–“nd ends with “–>”. For example:
<!-- A SAMPLE COMMENT -->
Tell me how you can update Memcached when you make changes to PHP?
What is the visibility of the property or method?
Tell me how can we know the total number of elements of Array?
Tell me how can we encrypt the username and password using php?
Tell me what are the Formatting and Printing Strings available in PHP?
Tell me what is the goto statement useful for?
Tell me what is the difference between session_unregister() and session_unset()?
Explain what is the difference between ExceptiongetMessage and ExceptiongetLine?
Explain what is the difference between ereg_replace() and eregi_replace()?
Tell us how can we find the number of rows in a result set using PHP?