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


Please Help Members By Posting Answers For Below Questions

Which php framework is in demand?

637


What function do we use to find length of string, and length of array?

714


How to open a file in php?

810


Do you know what is the use of the function 'imagetypes()'?

678


What is the difference between null and empty?

776


Tell me what is the difference between unset() and unlink()?

743


How can I use single quotes in single quotes in php?

665


Explain the types of functions for Splitting String?

775


How long do php sessions last?

754


What are php expressions?

802


How do you compare strings in java?

707


Write a program in php to check whether a number is prime or not?

701


How can I load data from a text file into a table?

752


How to find current date and time?

729


How to get a random value from a php array?

740