Re: [PHP] adduser.exe

2004-02-10 Thread Christian Jancso
ok tx for your help I will try this :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] adduser.exe

2004-02-10 Thread Stuart
Christian Jancso wrote: ok do you have an example how this should work? No I don't - it was a while ago, but it's quite simple. You just need to write a CGI script (you could use PHP if it's installed on the IMail server) to shell out to the adduser utility passing parameters made up from the qu

Re: [PHP] adduser.exe

2004-02-10 Thread Christian Jancso
ok do you have an example how this should work? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] adduser.exe

2004-02-10 Thread Stuart
Christian Jancso wrote: I have to write a PHP code for adding users to an email server. For this I use an application called adduser.exe from Ipswitch IMail Server 8.04. Can anyone tell me how I can use this file with a PHP code? You can't simply post to adduser.exe - it's not a CGI application. Wh

Re: [PHP] adduser.exe

2004-02-10 Thread Raditha Dissanayake
hi, This is something very dangerous. And you can't just post to an exe file just like that. Your best bet would be to map the network drive and invoke it from there. However this might cause other complications with mising dls etc. Since this is a commercial product oyu might want to ask the c

[PHP] adduser.exe

2004-02-10 Thread Christian Jancso
Hi there, I have to write a PHP code for adding users to an email server. For this I use an application called adduser.exe from Ipswitch IMail Server 8.04. Can anyone tell me how I can use this file with a PHP code? Please note that the PHP runs on a different machine than the email software. So