-
Enthusiast
[ PHP & MYSQL ] Images
how i can get the images stored in mssql ? convert (i think 64basecod) and show example guildmark or items. thanks guys :)
- - - Updated - - -

i just print an simple echo to test.
-
-
Omega
re: [ PHP & MYSQL ] Images
Tutorial: Storing Images in MySQL with PHP - PHP Tutorials - Codecall
For a smaller amount of images this is fine. If you're saving multiple large images or just a high number of images, you really shouldn't store them in the database.
-
Enthusiast
Re: [ PHP & MYSQL ] Images
Thanks for the help , but I have already sql how do pictures, I want to show how que are already stored images
- - - Updated - - -
I have the images in SQL Server 2008. I want show items and guild marks.
-
Omega
Re: [ PHP & MYSQL ] Images
Scroll down. Someone referred to another article explaining how to retrieve images from the DB.