php-windows Digest 21 Dec 2003 05:13:02 -0000 Issue 2050

2003-12-20 Thread php-windows-digest-help
php-windows Digest 21 Dec 2003 05:13:02 - Issue 2050 Topics (messages 22406 through 22409): random access file with php 22406 by: Idur 22407 by: Svensson, B.A.T. (HKG) 22408 by: Svensson, B.A.T. (HKG) Problem with Modules 22409 by: Cole Hubbard Administrivia

[PHP-WIN] Problem with Modules

2003-12-20 Thread Cole Hubbard
I just set up my webserver on an old Windows 2000 box that I have. AMD Athlon 750Mhz, 512MB RAM, 4GB hard drive Should be enough to test scripts and everything that I might need to do, and so far it's working just great. I'm running IIS on this server. Whichever version that comes with 2000, I

RE: [PHP-WIN] random access file with php

2003-12-20 Thread Svensson, B.A.T. (HKG)
> Any file polated with lumps wont do here. "poluted" or "populated" - you may chose any spell correction here. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] random access file with php

2003-12-20 Thread Svensson, B.A.T. (HKG)
In order to uses random access, you should, indeed, use fseek(). But then you need to know how how your file looks like, that is, each record must be of either fixed lenght, or each record should store a "pointer" about how long they are. Any file polated with lumps wont do here. Why is this ne