Re: [PHP] A real simple question...

2002-01-30 Thread Edward van Bilderbeek - Bean IT
and if you want to write it to a file directly then do something like: exec('ftpusers > filename.txt'); Greets, Edward > Take a look at > > exec() > passthru() > system() > > Keep in mind that the webserver usally runs as User nobody or an equivilant > of that. So this user should have rights

RE: [PHP] A real simple question...

2002-01-30 Thread Jerry Verhoef (UGBI)
Take a look at exec() passthru() system() Keep in mind that the webserver usally runs as User nobody or an equivilant of that. So this user should have rights to run the program. Kind Regards, Jerry Verhoef > -Original Message- > From: Liam MacKenzie [mailto:[EMAIL PROTECTED]] > Sent: