[ create a new paste ] login | about

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

PHP, pasted on Jun 24:
1
2
3
4
5
6
7
<?php

$var = 'For old time\'s sake. Does not include cartexture or sketchy Park Pack queue. Otherwise untouched, for better or for worse. )

Original track description below. Enjoy the ride!';

print '<p>'. str_replace('\n\n', '</p><p>', $var) .'</p>';


Output:
1
2
3
<p>For old time's sake. Does not include cartexture or sketchy Park Pack queue. Otherwise untouched, for better or for worse. )

Original track description below. Enjoy the ride!</p>


Create a new paste based on this one


Comments: