Hi all. What I want to do is be able to dynamically insert a picture based on a search result. For example, if someone were to search for a movie based on it's title, I would like a picture of the movie to display along with the other info that is in my mysql database. Is there a way in php to do this? Can you store pics in mysql? Can php refer to a pic on my server based on a result from the search, such as title or movie number? Can javascript somehow be implemented to help with this situation? Please help!
~George