Forum Moderators: coopster
Is there a way to show in one php file an image from a database and below the picture, show some other attributes from the same database, like integer or varchar?
I need this in order to show in one window of browser pictures and data from the database.
I would very glad if someone help me as soon as possible!
Thank you very much!
1) the IMG tag has a src attribute which points to the URL of the image (and that could also be a php file which reads the image from the db and sends it out)
2) the IMG tag has a src attribute that points to an attached image, which you should then attach to the main html file just as you do in HTML emails.
But this second method doesn't function well, so you'll better resort to the first one.