[ create a new paste ] login | about

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

PHP, pasted on Feb 24:
1
2
3
<?php
$t = '/tekst jakis /';
echo addslashes($t);


Output:
1
/tekst jakis /


Create a new paste based on this one


Comments: