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
What is the advantage of runtime polymorphism?
What is difference between php and wordpress?
Should I use mysqli or pdo?
What function do we use to find length of string, and length of array?
What does $_ post mean in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the use of count() function in php?
What is singleton design pattern in php?
How to remove the new line character from the end of a text line in php?
Explain the difference between php4 and php5.
What is varchar mysql?
Explain me soundex() and metaphone()?
What is the difference between == and === operator in PHP?
What are the functions for imap?
Does empty check for null?