Hello,
What is the simplest way to insert image links to the MYSQL database? Based on my research, it's not a good idea to save the actual BLOB images to the database but rather the link to it. What I would like to do is upload a small jpeg or gif file and have MYSQL retrieve it for viewing. The user may also click a next button to scroll to the next image. Most of the samples I've seen appear to be complicated. I just want something as simple as possible.
Any assistance would be gladly appreciated.
Thanks,
KJ
What is the simplest way to insert image links to the MYSQL database? Based on my research, it's not a good idea to save the actual BLOB images to the database but rather the link to it. What I would like to do is upload a small jpeg or gif file and have MYSQL retrieve it for viewing. The user may also click a next button to scroll to the next image. Most of the samples I've seen appear to be complicated. I just want something as simple as possible.
Any assistance would be gladly appreciated.
Thanks,
KJ