Home
› Tidak Ada Kategori
P
AnonSec Team
19 min read
1 2 3 4 5 6 7 8 9 10 11 12 | <?php header("Content-type: application/json"); $get = file_get_contents('https://www.helixs.id/'); $t = preg_match_all("#(\<title.*?\>)(\n*\r*.+\n*\r*)(\<\/title.*?\>)#", $get, $matches); if ($t) { $result['result'] = $matches[2]; echo json_encode($result, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); } else { $result['result'] = 'No Result'; echo json_encode($result, JSON_PRETTY_PRINT); } ?> |
Berkomentarlah secara bijaksana dan bertanggung jawab. Komentar sepenuhnya menjadi tanggung jawab komentator seperti diatur dalam UU ITE.