php-general Digest 2 Dec 2011 19:30:42 -0000 Issue 7595

2011-12-02 Thread php-general-digest-help
php-general Digest 2 Dec 2011 19:30:42 - Issue 7595 Topics (messages 315919 through 315919): file_exists fun 315919 by: Dee Ayy Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from the digest, e-mail:

[PHP] file_exists fun

2011-12-02 Thread Dee Ayy
The following code: $new_file = ADS_DIR_INTERNAL.'/'.$ad_info['id'].'_'.$ad_info['filename']; echo NEW_FILE:[.$new_file.]\n; echo file_exists Using VAR:[.file_exists($new_file).]\n; echo file_exists

[PHP] Re: file_exists fun

2011-12-02 Thread Dee Ayy
On Fri, Dec 2, 2011 at 1:30 PM, Dee Ayy dee@gmail.com wrote: The following code:                        $new_file = ADS_DIR_INTERNAL.'/'.$ad_info['id'].'_'.$ad_info['filename'];                        echo NEW_FILE:[.$new_file.]\n;                        echo file_exists Using

[PHP] DOS CLI?

2011-12-02 Thread Matt Neimeyer
Is there (or is there a way to compile) a DOS CLI version of a fairly recent version of PHP? I have not been able to find one using the powers of Google. Not a Windows Command Prompt CLI but an actual CLI version of PHP that can be made to run in a real DOS environment? I'm sure I could find

[PHP] Re: DOS CLI?

2011-12-02 Thread Shawn McKenzie
On 12/02/2011 03:00 PM, Matt Neimeyer wrote: Is there (or is there a way to compile) a DOS CLI version of a fairly recent version of PHP? I have not been able to find one using the powers of Google. Not a Windows Command Prompt CLI but an actual CLI version of PHP that can be made to run in