![]() |
|
|
+ Search |
![]()
|
Feb 28th, 2008 00:13
dman, Narendra Jain, W McCloud, http://www.ttnr.org
Using a query like: select product_code, product_name, image_path from product_master Get the image_path into a variable (say l_image_path) and then use it a the <IMG> tag in the PHP script to display the image, as below: print "<img src='". $l_image_path. "' >";