Hello.
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!
Pictures and data from a database in the same php file?
Moderator: General Moderators
Re: Pictures and data from a database in the same php file?
yes, if you know how to connect to your database and retrieve a row or rows of information, you can then put this information wherever you like.