[PHP-WIN] TimeZone and DST on windows...

2003-09-30 Thread jsWalter
How can I query the windows system for the Time Zone that particular machine is sitting on? Also, I would like to know if Daylight Savings Time is in effect on that machine as well. Can any one help? Thanks Walter BTW: I've looked at PEAR:Date:TimeZone::getDefault() It thinks I'm in Bang

php-windows Digest 30 Sep 2003 23:49:39 -0000 Issue 1934

2003-09-30 Thread php-windows-digest-help
php-windows Digest 30 Sep 2003 23:49:39 - Issue 1934 Topics (messages 21623 through 21631): Re: form vars missing... 21623 by: Sven Schnitzke Re: XML->HTML using PHP 21624 by: Thijs Koerselman 21625 by: Svensson, B.A.T. (HKG) 21626 by: hubo 21629 by:

[PHP-WIN] How is it supposed to work - absolute path includes

2003-09-30 Thread Karl Widde
Hi I using PHP (CGI) 4.3.3 on a win2k server with IIS 5.0. Ive got a php.ini with include_path = "f:\web\folderA\folderB\" and a Site defined in IIS with that has the same home dir. If I try to include myFile2.php from f:\web\folderA\folderB\folderC\folderD\myFile1.php using include("\folderE\f

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
After I hit send I thought of something I should have added. The beauty of doing it with PHP is that it becomes browser independent, which is likely a drawback of doing it in straight javascript like I described. Ken -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
In order to use xslt_process your PHP must also support sablotron which is the xslt extension that does the work. Looking at your bit of code you don't actually need to that in PHP or ASP, works fine in javascript. Here is a bit of code from one of my scripts that's in an html page, all javascript

[PHP-WIN] Can't start php under Apache after Load Module php4apache.dll

2003-09-30 Thread Morten Gulbrandsen
Hello Programmers I try to run a service. Apache 1.28 (win32) under win2000 And gets this error: Microsoft Management Console Der Dienst "Apache" auf "Lokalen Computer" konnte nicht gestartet werden. Der Dienst hat keinen Fehler zurückgegeben. Es kann sich um einen internen Windows-Fehler ode

[PHP-WIN] RE: php 4.3.3 on apache 2.0.47/solved

2003-09-30 Thread manon
Issue solved: a setting in the firewall prevented proper execution of the PHP scripts on Apache. .sigh.. Thanks for help/suggestions on and off list! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread hubo
Hi, you might want to have a look at the function xslt_process in your PHP Manual. There ist very easy sample. Ciao Hu Bo "Thijs Koerselman" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi, > > I'm new to this list and php so probably this is going to be a "newbie" que

RE: [PHP-WIN] Betr: XML->HTML using PHP

2003-09-30 Thread Svensson, B.A.T. (HKG)
> My problem is: It uses ASP to generate HTML from the XML/XSL > files, but (ofcourse) I want to use PHP instead. I searched > the in DOMXML for the same functions but I just can't figure > it out. Can someone please explain to me how to convert this > simple code into PHP? Actually I'm only intere

[PHP-WIN] Betr: XML->HTML using PHP

2003-09-30 Thread Thijs Koerselman
Hi, I'm new to this list and php so probably this is going to be a "newbie" question. I consider myself an intermediate C/C++ programmer and I know quite some things about HTML and XML. A while ago I decided to make myself a flexible website using XML, and I bumped into a cool tutorial in the MSDN