RE: [PHP-WIN] PHP SYSTEM() on IIS

2007-09-30 Thread Gustav Wiberg
Hi Chris! As default a certain account is used. You have to chose the homepage in IIS you want this do be done with. Right click the homepage, chose "Properties..." and you have a new dialog. Then you have to look for the tab "Directory safety..." (I guess it is - I have swedish only) . And th

Re: [PHP-WIN] What's the difference between and ???

2007-09-30 Thread Bob Chatman
grep, replace all wrote: > > M. Sokolewicz wrote: > > grep, replace all > wow, that was hard... > > No, but it will be hard to fix all the > -Stut > > -- > http://stut.net/ > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP-WIN] What's the difference between and ???

2007-09-30 Thread Stut
M. Sokolewicz wrote: grep, replace all No, but it will be hard to fix all the http://stut.net/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] What's the difference between and ???

2007-09-30 Thread M. Sokolewicz
grep, replace all thanks for the quick reply. I agree it is good to follow the rules (i mean standard ;) ), But the thing is if I use some script written by someone else, i have to rely on his/her choice. Thanks On 9/30/07, TG <[EMAIL PROTECTED]> wrote: There's a setting in php.ini that dictat

Re: [PHP-WIN] What's the difference between and ???

2007-09-30 Thread Abhishek Dutta
thanks for the quick reply. I agree it is good to follow the rules (i mean standard ;) ), But the thing is if I use some script written by someone else, i have to rely on his/her choice. Thanks On 9/30/07, TG <[EMAIL PROTECTED]> wrote: > > > There's a setting in php.ini that dictates whether you c

Re: [PHP-WIN] What's the difference between and ???

2007-09-30 Thread TG
There's a setting in php.ini that dictates whether you can use or if you have to use It's called "short_open_tag" ( http://us.php.net/manual/en/ini.core.php#ini.short-open-tag ) It's usually a good idea to use to maintain portability. If what you write gets moved to a system that has sho

[PHP-WIN] What's the difference between and ???

2007-09-30 Thread Abhishek Dutta
Hello. I just did a 'manual' installation of php on my winxp. A very weird (maybe) problem encountered. It doesn't 'recognize' tags. but it recognizes tags. Clueless. Someone please help me out. regards Abhisek