Hi all, I have 2 variables, one with the file data ($variable1) and the other with the extension of the file à la ".jpg" ($variable2) that I've just fetched from an oracle table.
I can't figure yet how to make the <img> tag to work in a print statement like: print "<img src=\"$variable1$variable2\">\n"; or print "<embed data=\"$variable1$variable2\">\n"; How can this be done?!? PS: If I write the data to a file and then point the <img> tag to it, it works but it keeps eating resources and I have to schedule the erasure of the files with cron. It looks patchy ain't it? Thxs in advance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]