On 6/18/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
Daniel Brown wrote:
> On 6/18/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
>> First off, don't jack someone else's thread.
>
>Am I not getting all of the list messages today? I didn't see
> where the thread hijacking occurred
>
--
Jim Lucas
Daniel Brown wrote:
On 6/18/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
First off, don't jack someone else's thread.
Am I not getting all of the list messages today? I didn't see
where the thread hijacking occurred
--
Jim Lucas
"Some men are born to greatness, some achieve greatne
Jim Lucas wrote:
First off, don't jack someone else's thread.
Secondly, I think it might have something to do with the space in the
file name.
Try changing all spaces to %20 and see what happens.
$string = str_replace(' ', '%20', $string);
should do the trick
--
Jim Lucas
"Some men ar
On 6/18/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
First off, don't jack someone else's thread.
Am I not getting all of the list messages today? I didn't see
where the thread hijacking occurred
--
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107
--
PHP General
Myron Turner wrote:
I've written a plugin for DokuWiki which uses the following DokuWiki
function for reading files:
function io_readFile($file,$clean=true){
$ret = '';
if(@file_exists($file)){
if(substr($file,-3) == '.gz'){
$ret = join('',gzfile($file));
}el
Edward Vermillion wrote:
On Jun 18, 2007, at 3:30 PM, Myron Turner wrote:
I've written a plugin for DokuWiki which uses the following DokuWiki
function for reading files:
function io_readFile($file,$clean=true){
$ret = '';
if(@file_exists($file)){
if(substr($file,-3) == '.gz'){
$ret = join('
On Jun 18, 2007, at 3:30 PM, Myron Turner wrote:
I've written a plugin for DokuWiki which uses the following
DokuWiki function for reading files:
function io_readFile($file,$clean=true){
$ret = '';
if(@file_exists($file)){
if(substr($file,-3) == '.gz'){
$ret = jo
7 matches
Mail list logo