[PHP-WIN] Fw: echo vs print plus print problem

2007-01-10 Thread bedul
- Original Message - From: "gunawan" <[EMAIL PROTECTED]> To: Sent: Thursday, January 11, 2007 12:52 PM Subject: echo vs print plus print problem > 1. > what be better? > "print" or "echo" or "printf" > for show a result and for debugging? > > 2. > i read one of skrip were using soo ma

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
Could be a permissions issue with reading the new php.ini file you created. On this page, it tells you how to figure out what user your IIS is executing as: http://www.php.net/manual/en/install.windows.iis.php " 1. In IIS Admin, go to Application Pools 2. Right click on the pool your site is runn

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread Kevin Ruiz
okay...turns out there was something strange going on with my ini file. I copied its contents into a new file, saved that as "php.ini"...now whenever I drop that in either C:\Windows or C:\PHP php will not execute. If I move the file out of either of those two directories, it executes fine. D

Re: [PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread tg-php
I had a similar issue a couple years ago when I was running Apache/PHP on a Windows box at a previous job. The information below helped. Check all the locations (regardless of what PHP is reporting it's using for php.ini's path). Try making some simple change that will show up on phpinfo().

[PHP-WIN] zip codes

2007-01-10 Thread alex at gmx
hi everybody, sorry to border u with this, but i have a problem to get things done. i need an US data base which contains following information like: zip_code (5), zip_code (+4), city, state, county AND district name. 30305, 1234, altange, georgia, whatever, buckhead ... .. if someone got

[PHP-WIN] php installed on IIS: changes to php.ini not taking affect

2007-01-10 Thread Kevin Ruiz
I have php 5.2 up and running on IIS 5.1. phpinfo tells me php is looking for my ini file in C:\Windows...I place the file there, edit it, restart the server but I don't see the changes I've made. I've been dealing with this for a day and can't seem to find any information as to what's causi