image/db issue
Still a little new to some parts of PHP, and I can't seem to find a good solution to this problem.
I have a row of placeholder images lined up in a grid on the site. What I would like to do is pull entries from the database and replace the placeholder images with the ones from the database. If possible I would also like to scatter the entries.
The database has several entries and will be pulled a few at a time, based on the class.
ex. x=placeholder image
|x|x|x|x|
|x|x|x|x|
|x|x|x|x|
|x|x|x|x|
ex2.
|6|x|9|3|
|x|1|x|7|
|4|x|5|x|
|8|x|2|x|
Any help would be appreciated!
|