Escape the inner quotation marks by placing a backslash before each one : Echo « Development « PHP






Escape the inner quotation marks by placing a backslash before each one



<?
echo "<P>I think this is
really \"cool\"!</P>";
?>

           
       








Related examples in the same category

1.Echo multiline string
2.Echoing a String
3.Use Echo command to output HTML string
4.Echo variables
5.Use Echo to output string
6.Use echo command to output HTML