[ create a new paste ] login | about

Link: http://codepad.org/hcCpwYxF    [ raw code | output | fork ]

PHP, pasted on Jun 25:
1
2
3
4
<?php
    $quoteFromJoe = '"I\'m not a theif!"';
    echo "$quoteFromJoe\n\n-Joe";
?>


Output:
1
2
3
"I'm not a theif!"

-Joe


Create a new paste based on this one


Comments: