[ create a new paste ] login | about

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

PHP, pasted on Jun 25:
1
2
3
4
<?php
    $quoteFromJoe = "This is something that I said.";
    echo $quoteFromJoe;
?>


Output:
1
This is something that I said.


Create a new paste based on this one


Comments: