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
Tell me what is the use of mysql_real_escape_string() function?
How send email using php?
What is php.ini & .htacess file?
How to access standard error stream in PHP?
How to specify argument default values?
What is php key?
Is php secure?
How is traits used in php?
Can you define an argument as a reference type?
How do you destroy a session?
Why and where do we use htaccess?
How to get the value of current session id?
Explain php explode() function.
What is the meaning of "enctype= multipart/form-data" ?
How variables are passed through arguments?