Hi,
I created a page that displays information about some applications (models). Everything works perfect, with a small exception. I need to display its picture as well. They are stored in a DataBase. I tried a reference of $_GET . REQUEST …. I can’t get it to work . I am more a designer than a programmer however I started in PHP MYSQL ………… LOL.
I am using the following code:
Hi ,
<img src="application_group.php?id= 1, 2, 3, 4, …….."> this is for testing purpose.
I want to call tem dynamically. By model id. If you click a link, and enter a page with particular model information, all information about this model are called from DB, by model ID. I can’t figure out, what script should call the picture from DB. I believe something like this :