How to print \ in php. Only \ with out using . or *.
Answer Posted / gsrlingam
write like this
<?php print_r($varaible);?>
<?php echo $varaible;?>
<?php echo "String";?>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to get the IP address of the client/user in PHP?
Why json is used in php?
What is nginx and what is it used for?
What is fetch array in php?
Is array a key php?
Is multiple inheritance supported in php?
How to remove duplicate values from php array?
What are php applications?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is needed to be able to use image function?
What is Gd PHP?
What is the difference between php and core php?
Is it more secure to use cookies to transfer session ids?
How does csrf token work?
Is php used for frontend or backend?