[PHP-WIN] Running a php script as a service

2003-10-13 Thread Nicholls, David
Has anyone found a way of running a PHP script as a NT/2000 service? Would be nice not to have to leave the console logged in all the time. Regards The information in this e-mail is confidential and may also be the subject of legal privilege. It is intended solely for the addressee. If you are no

Re: [PHP-WIN] Absolute and Relative directory

2003-10-13 Thread Michael Kochendoerfer
[EMAIL PROTECTED] (Skate) wrote in news:068201c35dd0$3fe5a060 [EMAIL PROTECTED]: > >> >> but I need relative directory, like require ("/lib/common/auth.inc"); >> > > try loosing the first / > > "lib/common/auth.inc"; Interesting thread since I also run into problems with relative vs. absol

[PHP-WIN] PHP not rendering for some reason

2003-10-13 Thread Trystano
Hi all, I am carrying out a PHP/MySQL tutorial and for some reason the PHP page I require (index.php) doesnt load into my browser. The browser window just displays nothing. I assume the page is being located as no error message is being reported. Index.php uses some include files to execute so

[PHP-WIN] Help needed on PHP+IIS+filesys

2003-10-13 Thread Michael Kochendoerfer
Hi, does anyone know how to handle file and directory paths on a IIS 5.0 server? Problem is that the server has multi-domain and each domain has an associated 'root' dir below e:\webspaces. So if one uses relative path strings, an opendir() for example will fail. One has to use "e:\\webspaces

php-windows Digest 13 Oct 2003 17:46:21 -0000 Issue 1954

2003-10-13 Thread php-windows-digest-help
php-windows Digest 13 Oct 2003 17:46:21 - Issue 1954 Topics (messages 21766 through 21771): Re: Fast template engines 21766 by: Constantin Baciu Call to undefined function: imagecreatefromgif() 21767 by: Guus Bil 21768 by: Mike Brum MySQL Security 21769 by:

[PHP-WIN] Writing to a file

2003-10-13 Thread Harpreet
I am parsing an xml file and show the data in text boxes in a form . I want to edit the data and then update the file. How can i go about editing a file using php Help is appreciated Regards, Harpreet -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP-WIN] Apache cannot display PHP page

2003-10-13 Thread Feris
Hi, I'm currently using Apache1.3.22/ApacheJServ1.1.2/PHP4.3.2 and it's working fine until now. Now, my PHP engine seems not working sometimes. Let's say sometime page A which contain php source running well and sometimes don't. For example I have this simple code : Well... when i call