I keep running into errors when trying to make a script to display multiple images based on the value of a mysql database entry.
Here's an example of what I'm trying to do.
Mysql entry name 'cats' (I currently have this set to VARCHAR)
'cats' = 3
I want to show cat.jpg 3 times in a row and have the amount of images change according to the value of the mysql entry.
I already have 'cats' associated with my functions.php so all I really need is an echo command.