WordSearch Puzzle Generator
It's a tiny project that bases on two PHP classes.
GridFiller - this class takes creates a grid (array of arrays) of given size, contained of given words and random letters in empty fields.
TableGenerator generates simple HTML table based on PHP's array of arrays