Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kunjesh janakkumar Sukhadia  >  Keyword Highlight in HTML contents  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: This is example of keyowrd highlighting
Class: Keyword Highlight in HTML contents
Highlight keywords in remote Web pages
Author: By
Last change:
Date: 2008-10-24 01:02
Size: 693 bytes
 

Contents

Class file image Download
<?php
/************************************************************************************************
 FILE           : example.php
 VERSION        : 1.0                                   
 AUTHOR         : Kunjesh J Sukhadia
 E-Mail         : kunjesh.sukhadia@gmail.com
 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;
?>