Re: [PHP-WIN] documentation questions

2002-11-22 Thread Cam Dunstan
Darren, As others have said, PHP is not really the right tool for client side work even if the client machine is also the server. Having said that, the general style of task you are trying to achieve is frequently tackled by the use of Recursive functions - functions that call themselves from "wit

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
> everything will be running on my desktop, available to the internal LAN > only, therefore the server-side nature of things won't be a problem. IMHO you are using a sledgehammer to crack a nut. If you are running everything on your desktop, why not just write a quick Perl script that will do wha

Re: [PHP-WIN] documentation questions

2002-11-21 Thread Darren Reynolds
- Original Message - From: "Mikey" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 1:39 PM Subject: RE: [PHP-WIN] documentation questions > Which machine? If you meran the client machine then you are looking at the > wrong technology - PHP is server side onl

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
> working on a little project for myself here that had some general > questions > about since am just getting started on the planning phase. the first > function that i'm going to be working on will eventuall take user input in > the form of a directory path on the machine. [snip] Which machine?