<?php
 
/************************************************************************************************
 
 FILE           : example.php
 
 VERSION        : 1.0                                   
 
 AUTHOR         : Kunjesh J Sukhadia
 
 E-Mail         : [email protected]
 
 last update    : 24 October 2008
 
************************************************************************************************/
 
require("includes/application-header.php");
 
require("libs/highlight-keyword.class.php");
 
$obj_highlight = new Classes_preview_iframe_data();
 
$site_name = "";
 
$result = $obj_highlight->FetchCurlData('http://www.yahoo.com/',array("Yahoo","Answers","Music"));
 
print $result;
 
?>
 
 |