Horje

Here you can result out of texts from sentence

Just Copy and Paste following code to index.php Make a index.php file

index.php
Example: PHP
<?php
include("functions.php");
$text = 'Cricket is the Most Popular Game in the World';
$array = extractCommonWords($text);
echo 'Tag:';
foreach($array as $k => $k) {
echo '<span class="badger badger-darkener"><a href="'.$url.'/browse/'.strtolower($catss).''.strtolower($k).'" style="color:blue;">#'.$k.'</a></span> ';
} 
?>

Output should be:

Here you can result out of texts from sentence




Type:
php
Category:
Web Tutorial
Sub Category:
PHP String Tutorial
Uploaded by:
Admin