Re: [PHP-WIN] NT Domain authentification

2001-05-06 Thread Ruslan Ohitin
Hello Jerome, Try to use this http://www.armcad.narod.ru/userserver.zip I can't remember, where I get it. Maybe somewhere in www.phpbuilder.com J> I work on an intranet project in my company. We've got an NT domain. I want J> to restrict access to certain pages of my intranet using the groups an

[PHP-WIN] Your Internet Education!

2001-05-06 Thread Noel Hadfield
Learn about computers and the Internet and build a business while you are doing it. Just hit: mailto:[EMAIL PROTECTED]?Subject=Education To be removed from this list, hit: mailto:[EMAIL PROTECTED]?Subject=Remove -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAI

php-windows Digest 7 May 2001 02:44:42 -0000 Issue 583

2001-05-06 Thread php-windows-digest-help
php-windows Digest 7 May 2001 02:44:42 - Issue 583 Topics (messages 7318 through 7330): PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ... 7318 by: james 7324 by: Phil Driscoll Re: IIS and passing variables 7319 by: pratap.ladhani.processbiz.co.in PHP and windowing 7320 b

RE: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-06 Thread Max Graham
> Subject: [PHP-WIN] help:How can I upload the whole directory to the web Internet Neighborhood, it treats folders on a remote FTP server like folders on your computer. Very slick ... try it ... http://in.deerfield.com/

Re: [PHP-WIN] PHP

2001-05-06 Thread Phil Driscoll
>Whats wrong? Clearly PWS is not picking up the script mapping for the .php file. Did you tell the installer software you were using PWS - if so, it will have configured the registry correctly. Try a reboor, then double check the registry settings against those described in the php installation no

[PHP-WIN] PHP

2001-05-06 Thread Lukas Lipka
I am runnig Windows 98. I installed Pws and then PHP 405-installer. Then i created a documet  named index.php and wrote   New Page 1   Then i typed in the browser http://localhost/index.php.   But then  page was empty(blank). When i clicked see source it opened the document but the script

[PHP-WIN] Mime Mail with images larger then 3k

2001-05-06 Thread M. Weller
Hello to all, I try to generate greetingcards and sent them as a MIME mail. All works fine if I use Linux. Under windows it works fine as long as the images have less then 3k. But my cards have about 20k and it just doesnt work. Can anybody help?? I never find any information if this is a general

Re: [PHP-WIN] What is msvcr70.dll??

2001-05-06 Thread Daniel Beulshausen
At 13:05 06.05.2001 +0200, Ermanno Iannacci wrote: >Same problem on 2 different systems NT4+APACHE and WIN98+PWS. Php look for >msvcr70.dll, and never found it. I upgraded from 4.0.4pl1, that never >request this dll. I can see the request from filemon by sysinternals. I >searched on google, altavi

[PHP-WIN] What is msvcr70.dll??

2001-05-06 Thread Ermanno Iannacci
Same problem on 2 different systems NT4+APACHE and WIN98+PWS. Php look for msvcr70.dll, and never found it. I upgraded from 4.0.4pl1, that never request this dll. I can see the request from filemon by sysinternals. I searched on google, altavista, etc. but I didn't find any info. -- PHP Windows

Re: [PHP-WIN] PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ...

2001-05-06 Thread Phil Driscoll
Your problem is down to the php ISAPI module bringing down parts of IIS, thereby killing ASP. You MUST use the cgi version of PHP for reliable production use with php. Your error with include files not being found will just be a simple configuration issue - it might be to do with the location of

Re: [PHP-WIN] Surprises with PHP4/IIS?

2001-05-06 Thread Phil Driscoll
>Up to now I always worked with PHP/Apache (Unix, Linux, Win; CGI, >Module). Now a customer of mine would like to subscribe for a PHP/IIS >hosting offer. What surprises, exceptions, and special cases (compared >to Apache solutions) do I have to take into consideration when I agree >with the custom

[PHP-WIN] NT Domain authentification

2001-05-06 Thread Jerome
I work on an intranet project in my company. We've got an NT domain. I want to restrict access to certain pages of my intranet using the groups and password of my NT domain, how can i do that ??? I know it's possible to make directories not available with NT but I want to know who are connected fo

Re: [PHP-WIN] PHP and windowing

2001-05-06 Thread Zak Greant
Hi Bob, You are correct. PHP is server-side only. --zak - Original Message - From: "Bob Sears" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2001 2:45 AM Subject: [PHP-WIN] PHP and windowing > > In reading through my PHP text, I find no great references to PHP's >

[PHP-WIN] PHP and windowing

2001-05-06 Thread Bob Sears
In reading through my PHP text, I find no great references to PHP's windowing ability; therefore, I presume it has none. To preserve a screen image, I need to open a pop-up to write the contents of a shopping cart and then close the window. Am I correct in thinking this will be a: PHP -> Java

Re: [PHP-WIN] IIS and passing variables

2001-05-06 Thread pratap . ladhani
This could be that register globals is set to off in the IIS machine . Then you may have to call the variable explicitly by its raw form i.e. $HTTP_GET_VARS["parameter"] just check by phpinfo() whether the register globals is set to off or not. Pratap Ladhani - Original Message - Fr

[PHP-WIN] PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ...

2001-05-06 Thread james
Hey all! So we've been using PHP 4 since beta, and the ISAPI module since it stabilized. It's been pretty good, running for extended periods. We have only had some problems when rebooting the server - the ASP and/or PHP engines die. "Yeah-yeah" you guys all say - there're bug reports. This I know