[PHP-WIN] RE: Test.php loads, but nothing in Browser

2006-01-27 Thread Jim McDonald
Yes, the closing tag is optional and PHP tends to ignore additional whitespace. HOWEVER, if you put white space in the middle of a token (i.e. "? >" or "phpin fo();"), PHP will die. -jim -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 3:0

[PHP-WIN] RE: Test.php loads, but nothing in Browser

2006-01-26 Thread Jim McDonald
More likely than not you have notices/warnings turned off in your php.ini file. Check error_reporting = E_ALL set. The problem with your test.php script is probably that you do not have a proper closing tag. You said your script is: when it should look more like: The main difference here

[PHP-WIN] RE: Custom PHP extensions not woring on windows 2003 server

2005-11-30 Thread Jim McDonald
If other extensions are loading, like php_curl or whatever, then I'm assuming that your environment PATH is set to include c:\php. Other than obvious permission issues, if you are running IIS, it wouldn't hurt to make sure that the dll is allowed. -Original Message- From: David Felton [ma

RE: [PHP-WIN] Changes to php.ini file have no effect

2005-11-29 Thread Jim McDonald
Definitely check the phpinfo() to verify that your path to the php.ini file is valid. PHP loads with default values in the event it cannot find php.ini. In windows, it looks in C:\Windows as the default directory. If, like me, you don't like moving your PHP files around, then you will need to se

[PHP-WIN] Install trouble - PHP & MS SQL

2005-11-10 Thread Jim McDonald
MS SQL "database type" not supported I can't get MS SQL supported in my PHP installation. I've just installed PHP BB (and I have tried their forums) and want to use MS SQL, here's my setup MS Win 2K SP4 Apache 2.0