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
Which php framework is in demand?
What function do we use to find length of string, and length of array?
How to open a file in php?
Do you know what is the use of the function 'imagetypes()'?
What is the difference between null and empty?
Tell me what is the difference between unset() and unlink()?
How can I use single quotes in single quotes in php?
Explain the types of functions for Splitting String?
How long do php sessions last?
What are php expressions?
How do you compare strings in java?
Write a program in php to check whether a number is prime or not?
How can I load data from a text file into a table?
How to find current date and time?
How to get a random value from a php array?