Randomised Collage

Im looking for ideas/opinions on my problem and attempted solution, so please advise.

The general idea is for a game where there is 100 or so blocks that come together to form a big block - like bricks in a wall so to speak.
Each block (brick) will have its own image and link and will be randomly placed on the big block (wall) each time the page is refreshed.

I was thinking of having a simple table with 100 cells and a database with, “id”, “img”, “url” etc then using php to randomise the contents of each cell by taking data from the database

Your probably thinking the game sounds dull :stuck_out_tongue: but I have completely simplified it to get accross my main problem - so guys any advise please :slight_smile: