[PHP-WIN] text input file

2002-03-05 Thread niels
he quotes(" and '), & out but to no avail. It won't even print the buffer containing an entire text line, before exploding() it into fields. o...how the hours have passed by! Thanks Niels -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] mysql 4.0.12 + php5 + WindowXP = problem

2004-08-05 Thread Niels Folmer
"extension=php_mysqli.dll" rather and put php_mysqli.dll in your extension directory. That DLL is included in the PECL package available on php.net. This works fine for me, am also running PHP4 and 5 on a winbox, but with my MySQL server running on a linux machine. niels -- PHP Windows Ma

[PHP-WIN] MKDIR on Windows?

2001-09-09 Thread Niels Ulrik Reinwald
Hi, I have: mkdir("test", 0777); which returns: Warning: MkDir failed (Permission denied) in C:\Inetpub\wwwroot\t.php on line 3 Its run from my softorange.com How come? What to do? -- Med venlig hilsen Niels Ulrik Reinwald www.softorange.com [EMAIL PROTECTED] -- P

[PHP-WIN] Re: MKDIR on Windows?

2001-09-09 Thread Niels Ulrik Reinwald
Cool. I set the filepermission on the server on the wwwroot. Thanks. "John Lim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The directory wwwroot is readonly to the webserver user. The fix is to > change your file permiss