Hey
Is it possible to check a string of characters against a dictionary (to see if it's a real word)?
I have a script that basically gives me all the permutations of some characters, and I want my script to before it echo's it out to me, to check if it is a real word or not?
I figure I may have to connect to a SQL database.. but I don't want to upload a whole dictionary to my server... what's the best way to do this?
** NOTE:**
I now have a wordlist with a bunch of words... but how do I make it "check" it?
__________________
"If you say something interesting, people will remember your name" ~ Anonymous
Please login or register to view this content. Registration is FREE. asp <- Irony
Last edited by Zoltar1992; 03-30-2009 at 12:13 PM..
|