| Recommend this page to a friend! |
| Classes of Joe Stump | > | Miester Search | > | dictionary.php | > | Download | ||
|
|||||||||||||||||||||
<?
set_time_limit(0);
include('./search.config');
include('./db.obj');
include('./search.obj');
$search = new Search($tables);
$search->BuildDictionary();
echo "DONE! <BR>\n";
?>
|