Re: [PHP-DB] Question regarding php and mysql with binary data...

2001-07-25 Thread Mitrana Cristian
Koutsogiannopoulos Karolos wrote: >Hello Again everyone... > >My question is simple... > >I have images submited IN my mysql Database. >What i want is when i display them and i right click on them and choose save >picture as i can get the name of the >picture from the DB and not have to insert i

Re: [PHP-DB] Question regarding php and mysql with binary data...

2001-07-24 Thread leo g. divinagracia iii
the web page that is generated, does the HREF tag supply a name? and at least for my netscrape 4.7x, whenever i right click on an image, it uses that name on the dialog box that pops up, prompting me where and how to save it as... btw, why save images on a table? wouldnt saving the URL better?

[PHP-DB] Question regarding php and mysql with binary data...

2001-07-24 Thread Koutsogiannopoulos Karolos
Hello Again everyone... My question is simple... I have images submited IN my mysql Database. What i want is when i display them and i right click on them and choose save picture as i can get the name of the picture from the DB and not have to insert it my self. Does anyone now how can i do tha