[PHP] problems with writing picture to the database.

2001-02-07 Thread Siim Einfeldt aka Itpunk
Hi, I write all my pictures (hotels...travels, etc) to the database. it worked, but now I`m not sure what has changed, but now it gives the following error: Warning: fopen("C:\\art\\cat2.jpg","r") - No such file or directory in /home/mycatalogue/public_html/mysubcatalogue/hotell.php3 on line 19

Re: [PHP] problems with writing picture to the database.

2001-02-07 Thread Mark Maggelet
On Wed, 7 Feb 2001 23:53:00 +0200 (EET), Siim Einfeldt aka Itpunk ([EMAIL PROTECTED]) wrote: >Hi, > >I write all my pictures (hotels...travels, etc) to the database. it >worked, but now I`m not sure what has changed, but now it gives the >following error: >Warning: fopen("C:\\art\\cat2.jpg","r") -

Re: [PHP] problems with writing picture to the database.

2001-02-13 Thread Siim Einfeldt aka Itpunk
Thanks, I will take a look at it once more, probably will come with some more questions as at first it didn`t 'look like working', but it really worked and then suddenly I get complains that it doesn`t anymore Siim > read the manual on handling file uploads. It looks like you're using > $im

Re: [PHP] problems with writing picture to the database.

2001-02-13 Thread Siim Einfeldt aka Itpunk
O.K. I still got the problems. I`ll paste everything needed here and please, if anyone knows how to make it work, let me know. *First, the part of the form is the following: the enctype in my form tag is ENCTYPE="multipart/form-data" and METHOD = POST *The code that actually *should* tak

RE: [PHP] problems with writing picture to the database.

2001-02-13 Thread PHPBeginner.com
r.com -Original Message- From: Siim Einfeldt aka Itpunk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 8:01 PM Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] problems with writing picture to the database. O.K. I still got the problems. I`ll paste everything needed here and p