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 write php function in html onclick?
What is difference between required and require_once in php?
How to get the value of current session id?
How to call javascript function in php without any event?
What is string in php?
How do you remove whitespace from the beginning and end of a $string variable?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Is not null mysql?
How to get ip address of clients machine?
What is the method to execute a php script from the command line?
What are php variables?
Do you have to initialize variables in php?
Write a program in php to check whether a number is prime or not?
Which function can be used to exit from the script after displaying the error message?
How can i execute PHP File using Command Line?