Ok after a little help from a friend i found something like this would kind of work:
[sql]
SELECT title FROM word WHERE title REGEXP "[a-zA-Z]" ORDER BY RAND(NOW()) LIMIT 100
[/sql]
Now i have no idea how or why it works. But it doesn't work 100%. I still had an entry appear which was this:
ben."
Also i noticed 'arent' in the list so i'm not sure if this mysql thingy in that query is stripping apostrophes or what.
Does anyone have any ideas
Thanks
- miSt