How to print \ in php. Only \ with out using . or *.
Answer Posted / malli
<?php echo "/"; ?>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is overloading and overriding in php?
Is php an oop?
What is php compared to html?
How does the identity operator === compare two values?
Difference between mysql_connect and mysql_pconnect?
What are different types of runtime errors in php?
How to create and destroy cookies in php?
How do I make a reset button in html?
Explain about the data types in PHP?
What is the mysql injection?
How does php work?
How can we submit a form without using submit buttons?
Explain how can php and javascript interact?
How to compare two strings with comparison operators in php?
Explain how to submit form without a submit button.