[PHP] Re: Images in Mysql

2002-07-11 Thread Richard Lynch
the web server, how should the image be named [uniquely]? The problem is that if the user specifes the name of the image file, there's a chance he'll name another one the same way (and thus overwrite the original). I was thinking of maybe a dual approach, where the user gives the image file a

[PHP] Re: Images in Mysql

2002-07-10 Thread René Fournier
Hi Asaf, Thanks for the advice. That sounds like a good solution. One thing I was wondering about is... when my PHP script saves the uploaded image to the web server, how should the image be named [uniquely]? The problem is that if the user specifes the name of the image file, there's a

RE: [PHP] Re: Images in Mysql

2002-07-10 Thread joakim . andersson
Hi Asaf, Thanks for the advice. That sounds like a good solution. One thing I was wondering about is... when my PHP script saves the uploaded image to the web server, how should the image be named [uniquely]? The problem is that if the user specifes the name of the image file,

[PHP] Re: Images and Mysql

2002-01-30 Thread Joe Van Meer
See my reply to Image fields and PHP on the 14th of january. HTH Joe :) David Orn Johannsson [EMAIL PROTECTED] wrote in message 006501c1a99a$31ce5cb0$6500640a@gandalf">news:006501c1a99a$31ce5cb0$6500640a@gandalf... I need to find out how to upload images to a database and then displaying them