Re: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-28 Thread Rajesh Fowkar
On Tue, Jan 28, 2003 at 10:44:47PM +0100, Geckodeep wrote: >Hi Rajesh > > > >First of all I'd like to thank you for your time. No hassles. > >I got the script working in a way that it feeds my DB table, but I am >getting this error message: Warning: copy() [function.copy]: Unable to >access in u

Re: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-28 Thread Geckodeep
Hi Rajesh First of all I'd like to thank you for your time. I got the script working in a way that it feeds my DB table, but I am getting this error message: Warning: copy() [function.copy]: Unable to access in upload1.php on line 28. this is what I have in the 28th line : if(!copy($_FILES['im

Re: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-28 Thread Geckodeep
Hi Rajesh First of all I'd like to thank you for your time. I got the script working in a way that it feeds my DB table, but I am getting this error message: Warning: copy() [function.copy]: Unable to access in upload1.php on line 28. this is what I have in the 28th line : if(!copy($_FILES['im

Re: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-27 Thread Rajesh Fowkar
On Mon, Jan 27, 2003 at 05:05:02PM +0100, Geckodeep wrote: >Hi, > >Can any one guide me through the uploading file procedure please? >Should I use copy() function to copy the image file to a temp file and >rename it to the real name and then reference the name in the data base. >Or is there any ot

Re: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-27 Thread Geckodeep
Hi John I've just got that from browsing through the net. I am in the middle of figuring it out how to implement it. If I have any more questions I'll post it on the forum. For time being thanks for your advice. GD "John W. Holmes" <[EMAIL PROTECTED]> wrote in message 000201c2c628$a8f0f3b0$7c02

RE: [PHP-DB] Help/Advice/Suggestions need to Upload 9 images on one submit button.

2003-01-27 Thread John W. Holmes
> Can any one guide me through the uploading file procedure please? > Should I use copy() function to copy the image file to a temp file and > rename it to the real name and then reference the name in the data base. > Or is there any other way. > Should say though my Service Provider does not suppo