Re: Re: Re: [PHP] file uploads problem

2002-09-24 Thread Jaski
Thanks Edwin .. this one was Bang On. It was exactly what you said .. and now it works .. thanks a lot. Jaski On Tue, 24 Sep 2002 @ Edwin wrote : >Jaski, > >On Tuesday, September 24, 2002 5:07 PM >Jaski wrote: > > No Edwin .. I can't do any thing to that file .. not

Re: Re: [PHP] file uploads problem

2002-09-24 Thread Jaski
1 The directory in "/place/to/put/uploaded/file is mode 777 . Still fighting it out. Regards Jaski On Tue, 24 Sep 2002 @ Edwin wrote : >Just a comment... > >On Tuesday, September 24, 2002 1:39 PM >Jaski wrote: > > > I tried to copy this file using > > move_upl

Re: Re: [PHP] file uploads problem

2002-09-23 Thread Jaski
evious mail that the directory where I am trying to copy the uploaded file from /tmp is in 777 mode already. Jaski On Tue, 24 Sep 2002 Oscar F wrote : >Try: > >$upload = "/path/to/copy/"; >$upload_path = "$upload/$file_filename"; >if (is_uploaded_file($file)) {

[PHP] file uploads problem

2002-09-23 Thread Jaski
here a strange thing happened. The file was successfully copied BUT it had permissions like -rw-- which I interpret as only accessible to root. I tried copy() function instead and it failed. I think I have tried every thing I could think of .. so please HELP :) jaski NP. I am subscribed t

Re: [PHP] PHP IDEs

2002-08-21 Thread Jaski
Even I would be very interested to know what every one out there uses for these. I use PhpMyAdmin for creating tables. Textpad for coding. Jaski On Wed, 21 Aug 2002 Michael Egan wrote : >I know similar threads have come up on this in the past but I >suspect it's a constantly chang

Re: [PHP] passing checkbox info

2002-08-20 Thread Jaski
[0], $cbox[2],$cbox[4] .. will have values "yes". 3)Then you can use $checked = array_keys($cbox) .. and $checked will be an array having all the keys of returned cbox array. ie (0,2,4) in the above case. HTH Jaski On Wed, 21 Aug 2002 Brian & Shannon Windsor wrote : >I'