แจก Random Articles จาก Ezine Article มากกว่า หกแสน Articles เหมาะสำครับคนที่ต้องการหาเนื้อหาไปใส่ในเวบปั่นๆ
เอาไปประยุกต์เองเด้ออาจจะหาจากเจ้าอื่นมากมาย อาจจะดึงเก็บลงไฟล์ก็ได้หนึ่ง article/ไฟล์ ใครอยากจะมาแชร์เทคนิกเจ๋งช่วยเพื่อนๆ ในบอร์ดก็เชิญเด้อครับ ไม่ต้องกั๊กเด้อ ช่วยๆ กัน
<?
/*include("adsense.php"); */
if(!isset($id))
{
$id=1;
}
$id=rand(1,666666);
$content2=$id.'.txt';
$myspace = file_get_contents("
http://ezinearticles.com/ezinepublisher/?id= 
$id");
$arr=$myspace;
$str1='<textarea rows="15" name="formatted" cols="50" wrap="physical">';
$str2='<textarea rows="15" name="plain_text" cols="50" wrap="physical">';
$str3='<textarea rows="5" name="summary" cols="50" wrap="physical">';
$str4='<input type="text" name="keywords" size="75" value="photography, black white film, kelly paal">';
$str5='</textarea>';
$title1="<html><head><title>";
$title2="</title></head>";
$position1=strpos($myspace, $str1);
$position1=$position1+strlen($str1);
$position2=strpos($myspace, $str5);
for ($i=$position1;$i<$position2;$i++)
{
echo $arr[$i];
}
/*include("adsense.php");*/
fclose($file2);
?>