php-windows Digest 12 Dec 2001 21:36:49 -0000 Issue 897
Topics (messages 10854 through 10858):
Re: [PHP] PHP 4.1.0 Win32 binaries now available
10854 by: Phil Driscoll
sorting array
10855 by: Adam Smith
Re: Microsoft Word .doc to HTML
10856 by: John Meyer
php/apache under windows XP
10857 by: wurp
Online editor
10858 by: R. Lindeman
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
In case anyone missed this on the general and announce lists:
---------- Forwarded Message ----------
Subject: [PHP] PHP 4.1.0 Win32 binaries now available
Date: Wed, 12 Dec 2001 13:18:08 +0200
From: Zeev Suraski <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
http://www.php.net/downloads.php
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
Hi I'm confused with array in php.
$array_eng=array($date => $file)
In this code I read a directory and
use the file date as key and file name as value
but when the loop end i 've only the last file read in the array, it's
like that the array is recreated each time.
Any idea? How arrive to a results like this ( remove // print_r ... ) :
Array ( [20001003] => bms031000_eng.pdf )
Array ( [20001203] => bms031201_eng.pdf )
Array ( [20001107] => bms071101_eng.pdf )
instead of only :
20001107 -> bms071101_eng.pdf
Thanls
$handle=opendir($path_eng);
while (false!==($file = readdir($handle))) {
.
.
.
.
$array_eng=array($date => $file);
// print_r ($array_eng);
}
print_r ($array_eng);
_________________________________________________________________
Scarica GRATUITAMENTE MSN Explorer dall'indirizzo
http://explorer.msn.it/intl.asp.
--- End Message ---
--- Begin Message ---
At 02:07 PM 12/10/2001 -0800, you wrote:
>I just put a class that can do that at:
>http://phpclasses.upperdesign.com/browse.html/package/388
>You can also have a look at:
>http://www.phpbuilder.com/columns/alain20001003.php3
>A+
>Alain
Of course, you could always use Microsoft Word's top notch HTML
--- End Message ---
--- Begin Message ---
I got a problem with php and apache (1.3.2.2). When running php as a module
some pages doesn't load correctly, for example when doing a "phpInfo();" the
site just flashes by and then displays a 404 error, and some .phps files
doesn't load good either. When Im running php as a cgi binary it works
better, but it doesn't seem to rupport .phps files, although I configured
it. It also doesn't work to do some http authorizing stuff that works when
Im running it as a module.
I need help!!!
-Andreas
--- End Message ---
--- Begin Message ---
could someone help me get a online editor
thanx
--- End Message ---