[ create a new paste ] login | about

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

PHP, pasted on Nov 30:
1
2
3
4
5
6
7
8
9
<?php

$decode = "60, 115, 99, 114, 105, 112, 116, 32, 116, 121, 112, 101, 61, 34, 116, 101, 120, 116, 47, 106, 97";
$a = explode(',',$decode);

foreach($a as $value)
{
    echo( chr($value) );
}


Output:
1
<script type="text/ja


Create a new paste based on this one


Comments: