[PHP-WIN] Win2K DC - Safe way to add domain user

2002-12-17 Thread Vladislav Malicevic
Hi, any ideas on how to safely add user to the Windows 2000 AD(with PHP of course)? I experimented with exec() and net user /add ... any suggestion will do. Windows 2000 Server, IIS, PHP 4.2.3 (CGI) Regards, Vlado -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] Re: PHP Web Mail

2002-12-17 Thread T. Steneker
hi, 1 - where can i download the latest version of Apache Server for installation on Windows 2000. You can download it from this url: http://nagoya.apache.org/dist/httpd/binaries/win32/ I want to develop a webmail in PHP just like Yahoo, plz somebody guide me where can I get help or some

[PHP-WIN] Cookies working on test but not my application

2002-12-17 Thread George Pitcher
hi again, No response to my 2 earlier posts so here goes again. I have an authentication script which sets up a cookie, but it is not being created. I have created some test pages on the same server (NT/IIS4) setting cookies with variable values and they work fine. It's just that they won't

Re: [PHP-WIN] Cookies working on test but not my application

2002-12-17 Thread Stephen Edmonds
Frames are not the issue here, any page in a frame still gets the cookie providing it is in a domain for which the cookie is set. I suggest making a page with the following ? phpinfo(32); ? That will output ALL the variable data for your page. If your cookie has been sent back by the browser,

php-windows Digest 17 Dec 2002 17:56:44 -0000 Issue 1491

2002-12-17 Thread php-windows-digest-help
php-windows Digest 17 Dec 2002 17:56:44 - Issue 1491 Topics (messages 17463 through 17470): Re: Getting errors, need help 17463 by: David PHP Web Mail 17464 by: Raheel Hussain 17468 by: T. Steneker Having problems with login page, HELP 17465 by: David Am I

RE: [PHP-WIN] PHP Web Mail

2002-12-17 Thread Sterling Anderson
PHP and MySQL Web Development - best book ever. It actually has a section for exactly what you are talking about. -Original Message- From: Raheel Hussain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:41 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP Web Mail hi,

[PHP-WIN] Re: php Isapi for IIS 5.0

2002-12-17 Thread Christoph Grottolo
Hi When is Isapi for IIS 5.0 going to be considered production quality? Or is it already? What issues has anyone run into? Charles Killmer ISAPI has not been stable until now, however, in some environments it used to work without major problems. There have been interferences with ASP

[PHP-WIN] php_mcrypt.dll compatible with PHP 4.2.3 ??

2002-12-17 Thread Ignatius Reilly
Hello, I am desperately seeking for a php_mcrypt.dll compatible with PHP 4.2.3. I tried a copy downloaded from some obscure place, but it did not work. Can anybody help me? Thanks Ignatius L'avantage d'être borgne, c'est qu'il faut deux fois moins de temps pour s'habituer à l'obscurité

[PHP-WIN] pdf_open_memory_image not supported?

2002-12-17 Thread Steve Wallon
Looking all over web for resolution..can't find... getting pdf_open_memory_image not supported when I try to pass a GD image to PDF. PHP.net says available in 4.0 or better... I am trying to pass a barcode image created in GD to a PDF file, but need to create the barcodes dynamically for each

RE: [PHP-WIN] Newbie Form Question

2002-12-17 Thread Sterling Anderson
Put a hidden field in your form: form action=thispage.php input type=hidden name=action value=display .. /form Then at the top of you page put something like: ? If ($_REQUEST['action'] = display) run code and display results ? So now the form will have to be submitted before the

Re: [PHP-WIN] Newbie Form Question

2002-12-17 Thread Joseph W. Goff
Just follow something along these lines: ?php if ($_POST) { /*-- processing code goes here --*/ } else { /*-- display code goes here --*/ } ? - Original Message - From: Jerry [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 1:57 PM Subject: [PHP-WIN] Newbie

php-windows Digest 18 Dec 2002 07:44:33 -0000 Issue 1492

2002-12-17 Thread php-windows-digest-help
php-windows Digest 18 Dec 2002 07:44:33 - Issue 1492 Topics (messages 17471 through 17478): Re: PHP Web Mail 17471 by: Sterling Anderson Re: php Isapi for IIS 5.0 17472 by: Christoph Grottolo php_mcrypt.dll compatible with PHP 4.2.3 ?? 17473 by: Ignatius Reilly