Hi,
I'm developing my first e-com web site using Perl and Mysql.
It is for an online image catalog.(Online greetings)
I have to save the filenames of available images in the database initially.When the web page is opened, it should retrieve the filename of the images from the database and be displayed.
I'm able to get the filename of all images from Mysql database.
But I can't insert them in the HTML display using cgi-perl script
ie.using
print " <IMG SRC=$filename width='300' height='300'> tag.
So what can I do to solve this problem?
Thanks,
subhash