How to print \ in php. Only \ with out using . or *.
Answer Posted / ram
i think the above answer is not correct.
i think this will work.
<?php print "\\";
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Are parent constructors called implicitly inside a class constructor?
What is sql injection in php?
What is binary safe function in php?
How many data types are used by php?
How can php and javascript interact?
What is uniqid php?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is dao in php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the difference between a session and cookies?
When do you use define() and when do you use const. What are the main differences between those two?
What is prepare in php?
What is php form validation?
What are the advantages of stored procedures in php?
What is php dependency injection?