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
How do I start a php session?
Tell me how to find the length of a string?
How can I convert ereg expressions to preg in php?
What is php array function?
What are php magic quotes?
Tell me how can we automatically escape incoming data?
How can I load data from a text file into a table?
Explain how to execute a php script using command line.
Do you know what are traits?
How is session data stored?
Give the case where we can use get and we can use post methods?
What are php parameters?
What is the difference between single quoted string and double quoted string?
Is echo a function in php?
How do I end a php session?