Re: [PHP] My project requires creating office documents on PHP. Any recommendations on what to use?

2010-11-21 Thread Aman Singh
Not sure of all office documents, but for Excel, you may want to try out http://phpexcel.codeplex.com/?ocid=soc-c-in-loc--cfp. >From the page: "Project pr

Re: [PHP] How good is IIS for hosting PHP? Can I get stuff like mod_rewrite rules, op-code caching, etc.?

2010-11-19 Thread Aman Singh
Check out http://learn.iis.net/page.aspx/773/how-to-install-the-microsoft-web-platform-for-php ?WT.mc_id=soc-c-in-loc--cfp/ Also mod_rewrite is possible: http://learn.iis.net/page.aspx/470/importing-apache-modrewrite-rules?WT.mc_id=soc-c-in-loc--cfp. Ditto for caching: http://www.iis.net/download/

Re: [PHP] I am a Windows programmer and getting started on PHP. What is the easiest way of getting started? Most of the stuff I encounter seems to be very Linux specific.

2010-11-18 Thread Aman Singh
Keerat - I've been in the same boat myself lately. Microsoft provides an entire platform for PHP - that should be the easiest way I guess. You can find more info on http://learn.iis.net/page.aspx/773/how-to-install-the-microsoft-web-platform-for-php ?WT.mc_id=soc-c-in-loc--cfp Hope this helps. On

Re: [PHP] I am trying to install PHP on a Windows box, but the PHPINFO page does not load up. Where could I be going wrong?

2010-11-18 Thread Aman Singh
This blog has details: http://blogs.iis.net/donraman/archive/2009/11/15/troubleshooting-php-installation-on-windows.aspx?WT.mc_id=soc-c-in-loc--cfp Hope this helps. On Thu, Nov 18, 2010 at 3:11 PM, Kirti Kumar wrote: > > > > > I am trying to install PHP on a Wi

Re: [PHP] Is it possible to install PHP on IIS?

2010-11-15 Thread Aman Singh
Himani, See http://blogs.iis.net/bills/archive/2006/09/19/how-to-install-php-on-iis7-_2800_rc1_2900_.aspx?WT.mc_id=soc-c-in-loc--cfp. Also, see http://blogs.iis.net/donraman/archive/2009/10/07/installing-php-on-windows.aspx?WT.mc_id=soc-c-in-loc--cfp On Tue, Nov 16, 2010 at 12:16 PM, Himani Aggarw