codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/K1Uz6LyU
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jun 25:
1
2
3
4
<?php
$quoteFromJoe
=
'"I\'m not a theif!"'
;
echo
$quoteFromJoe
;
?>
Output:
1
"I'm not a theif!"
Create a new paste based on this one
Comments: