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