RE: [PHP] Can't find existing file

2010-11-25 Thread Tommy Pham
> -Original Message- > From: Tamara Temple [mailto:tamouse.li...@gmail.com] > Sent: Thursday, November 25, 2010 1:45 PM > To: rquadl...@googlemail.com > Cc: Tommy Pham; Daniel P. Brown; Dee Ayy; PHP General > Subject: Re: [PHP] Can't find existing file > >

Re: [PHP] Can't find existing file

2010-11-25 Thread Tamara Temple
On Nov 25, 2010, at 8:07 AM, Richard Quadling wrote: I prefer PICNIC. So you can now have a Senior Picnic or a Kiddies Picnic and it all sounds quite pleasant. Ok, I give, what's a PICNIC? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Can't find existing file

2010-11-25 Thread Tommy Pham
> -Original Message- > From: Bastien Koert [mailto:phps...@gmail.com] > Sent: Thursday, November 25, 2010 7:42 AM > To: rquadl...@googlemail.com > Cc: Tommy Pham; Daniel P. Brown; Dee Ayy; PHP General > Subject: Re: [PHP] Can't find existing file > > On

Re: [PHP] Can't find existing file

2010-11-25 Thread Bastien Koert
2, 2010 12:08 PM >>> To: Dee Ayy >>> Cc: PHP General >>> Subject: Re: [PHP] Can't find existing file >>> >> >>> so how are we to know?); (h) some other PEBKAC issue; >> >> >> It's been almost a decade since I've seen &

Re: [PHP] Can't find existing file

2010-11-25 Thread Richard Quadling
On 25 November 2010 00:14, Tommy Pham wrote: >> -Original Message- >> From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of >> Daniel P. Brown >> Sent: Monday, November 22, 2010 12:08 PM >> To: Dee Ayy >> Cc: PHP General >> S

RE: [PHP] Can't find existing file

2010-11-24 Thread Tommy Pham
> -Original Message- > From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of > Daniel P. Brown > Sent: Monday, November 22, 2010 12:08 PM > To: Dee Ayy > Cc: PHP General > Subject: Re: [PHP] Can't find existing file > > so how are we to kno

Re: [PHP] Can't find existing file

2010-11-22 Thread Daniel Brown
On Mon, Nov 22, 2010 at 16:54, Dee Ayy wrote: > Hi Daniel, > Tell me if this isn't self explanatory: > > cp ./photos/Nozzle\ 130\ Amp\ SS\ Alum\ 94-00994-06\ 220197.JPG > "./photossized/001196-220197-0.jpg" > cp: ./photos/Nozzle 130 Amp SS Alum 94-00994-06 220197.JPG: No such > file o

Re: [PHP] Can't find existing file

2010-11-22 Thread Dee Ayy
Hi Daniel, Tell me if this isn't self explanatory: cp ./photos/Nozzle\ 130\ Amp\ SS\ Alum\ 94-00994-06\ 220197.JPG "./photossized/001196-220197-0.jpg" cp: ./photos/Nozzle 130 Amp SS Alum 94-00994-06 220197.JPG: No such file or directory Thanks for trying. Usually coders c

Re: [PHP] Can't find existing file

2010-11-22 Thread Daniel P. Brown
On Mon, Nov 22, 2010 at 14:52, Dee Ayy wrote: > There are 2 separate issues numbered 1) and 2). > > #1 deals with getimagesize operating on definitely existing files > verified by "ls". > > #2 deals with escaping spaces in the name of the file and using the > exec command, which an example was giv

Re: [PHP] Can't find existing file

2010-11-22 Thread Dee Ayy
There are 2 separate issues numbered 1) and 2). #1 deals with getimagesize operating on definitely existing files verified by "ls". #2 deals with escaping spaces in the name of the file and using the exec command, which an example was given for a different file name than in #1. -- PHP General M

Re: [PHP] Can't find existing file

2010-11-22 Thread Daniel P. Brown
On Mon, Nov 22, 2010 at 14:36, Dee Ayy wrote: > Thes two lines means that they exist by using quoted and unquoted commands: > ls ./photos/HPR-130-260_HD-3070-1.jpg > ./photos/HPR-130-260_HD-3070-1.jpg > > ls "./photos/HPR-130-260_HD-3070-1.jpg" > ./photos/HPR-130-260_HD-3070-1.jpg Please use

Re: [PHP] Can't find existing file

2010-11-22 Thread Daniel P. Brown
On Mon, Nov 22, 2010 at 14:24, Dee Ayy wrote: > 1) > Warning: getimagesize("./photos/HPR-130-260_HD-3070-1.jpg"): failed to > open stream: No such file or directory in ... on line ... > > ls ./photos/HPR-130-260_HD-3070-1.jpg > ./photos/HPR-130-260_HD-3070-1.jpg > > ls "./photos/HPR-130-260_HD-307