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
Why is used in php?
When is a conditional statement ended with endif?
Why should I learn php?
How do you end a session in php?
What is the ioncube php loader?
Differences between get, post and request methods ?
How is it possible to propagate a session id?
Will react hooks replace redux?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
How can we execute a php script using command line?
Which is the dependent variable?
What is difference between session and cookies in php?
How to stop the execution of php script?
What is cookie in php with example?
In php, objects are they passed by value or by reference?