Re2: [PHP-DB] Windows 2000 follow up

2001-02-19 Thread Fusion
Also i hear that running a server on windows 2000 is just as good if not better then unix.. Oh god, let's not get started on that.. -- lol oh well.. hey do you know how to fix up the securit for internet users? -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Help :)

2001-02-19 Thread Fusion
Hey can somone show me how to make something to list all files in a directory spedified ? fread?

[PHP-DB] Hide Files

2001-02-19 Thread Fusion
while ($file_name = readdir($dir)) { if (($file_name != ".") ($file_name != "..") ($file_name !="*.php") ($file_name !="main.gif") ) { how come that still displays all the *.php files?

[PHP-DB] Security on Windows2000/Nt

2001-02-16 Thread Fusion
Hello.. I am using windows2000 and when I run php it enables anyone on my network to allow php coding to make directorys in my computer.. How can I disable this feature so they can only make directorys/files in their own directory? Thanks Michael(Fusion)