Archives for Website

Skrip Ambil Konten di Situs Lain dengan File_GET_CONTENTS dan REGEX

<?php // Mengambil Content di Situs Lain dengan file_get_contents dan Regex // by : Loka Dwiartara // http://www.ilmuwebsite.com // file get.content.php.txt $text = file_get_contents("http://jadwalsholatimsak.info/monthly.php?id=307"); echo "<table border='1'>"; preg_match_all('#<tr\sclass=\"table_header(.+?)>(.+?)</tr>#siu', $text,...
Continue Reading »
12