How to print \ in php. Only \ with out using . or *.
Answer Posted / vijay
The answer is simple.
<?php print "\\"; ?>
I hope this coud help u.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is putenv?
What is the function of mysql_real_escape_string in php?
Is php still relevant 2019?
What is the meaning of ‘escaping to php’?
Tell me what are the __construct() and __destruct() methods in a php class?
What are soundex() and metaphone() functions in php?
Php code to find whether a number armstrong or not?
What exactly is PHP?
How to get ip address of clients machine?
What is the default time in seconds for which session data is considered valid?
What are the differences between mysqli_connect and mysqli_pconnect?
How to set a page as a home page in a php based site?
What are the different components used in php for formatting?
How to initiate a session in php?
What are the uses of explode() and implode() functions?