[ create a new paste ] login | about

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

PHP, pasted on Jul 12:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
ob_start();
?>
codepad is an 
online compiler/interpreter, 
and a simple collaboration tool.
Paste 

your code below, 
and codepad wi
ll run 
it and give you a short 
URL you can use to share
 it in chat or email
<?php
$str = str_replace('\r\n','',trim(ob_get_clean()));
echo $str;
?>


Output:
1
2
3
4
5
6
7
8
9
10
11
codepad is an 
online compiler/interpreter, 
and a simple collaboration tool.
Paste 

your code below, 
and codepad wi
ll run 
it and give you a short 
URL you can use to share
 it in chat or email


Create a new paste based on this one


Comments: