[PHP-WIN] Re: php with iis

2009-08-26 Thread Rene Bartholomay
Am 25.08.09 08:51, schrieb John L: Hi, I'm very new to php sadly and having trouble installing php on my computer. I had asp.net installed previously and currently trying to make php work with iis. I followed the directions for the most part but "test" stage for test.wsf returns an error and tr

[PHP-WIN] Re: php with IIS

2007-03-11 Thread Haydar Tuna
Hello, if your operating system is windows XP, you can run PHP and IIS without any problems. if your operating system is windows 2003, you can face some problems becuase microsoft change user privileges in Windows 2003 but if you work more in Windows 2003 operating systems, you can solve

Re: [PHP-WIN] Re: PHP with IIS

2002-08-27 Thread Saci
look at you windows directory for a fille called php.ini open with a text editor ( notepad for example) and set the directory ant extension you want like this ( put the ones you want) ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\php\extensions\ extension=php_

Re: [PHP-WIN] Re: PHP with IIS

2002-08-22 Thread SEGUERRA FRANCIS TED ARANAS
i am through configuring the php but there is a problem. php cannot locate the dll's which are placed in C:\PHP\extensions\. This is also the one placed at the 'extension_dir' in my php.ini. i am running the php 4.2.1 in my iis on my windows xp. thanks so much... francis ted seguerra dept. of

[PHP-WIN] Re: PHP with IIS

2002-08-21 Thread Saci
Make a file called teste.php and put this inside this file Save this file to your wwwroot IIS directory and try to open with a browser, if you see all your php configuration everthing is ok but if you see the lines above php does not work. -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Re: PHP with IIS

2002-06-07 Thread Tomator
> How I know my IIS is supporting PHP? > And what have to do so that I can deploy my PHP pages at IIS? If PHP is installed and IIS is configured it should work. Try to view http://youraddress/myfunnypage.php, with some PHP code, like phpinfo(); If you see some tables with parameters and variabl