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
Which is better wamp or xampp?
What is php and its advantages?
What does a special set of tags do in php?
What is list function with their uses.
What is difference between session and cookie in PHP?
What software is required for php?
What is an example of a variable?
Is it possible to protect special characters in a query string?
How to declare an array in php?
What can php do?
How can we know the total number of elements of Array?
Explain scalar type declarations in php7?
What does a delimiter do in mysql?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Tell me can you extend a final defined class?