php-windows Digest 15 Oct 2003 03:33:14 -0000 Issue 1956

2003-10-14 Thread php-windows-digest-help
php-windows Digest 15 Oct 2003 03:33:14 - Issue 1956 Topics (messages 21777 through 21781): Re: Running a php script as a service 21777 by: Svensson, B.A.T. (HKG) 21778 by: Svensson, B.A.T. (HKG) 21779 by: Nick H -- Network Operations Re: MySQL Security 21780

[PHP-WIN] PHP on PocketPC

2003-10-14 Thread Ragnar_7
Hi guys/girls, does anyone know if there is a PHP port available for Pocket PC (iPaq H3660 in my case) ?? I'd be happy with anything really .. alphas, betas anything. I have managed to find Apache for Pocket PC, Perl and even Python. Please let me know if you have/have heard of PHP for Pocket

[PHP-WIN] Re: MySQL Security

2003-10-14 Thread Constantin Baciu
You can install a firewall and block all requests on the mysql port (default is 3306) and, in mysql.. you can set the users to be only from localhost... "Rahman Haqparast" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > I wanted to know if there is a way to limit access to

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

2003-10-14 Thread Nick H -- Network Operations
You could always look at FireDaemon... http://www.firedaemon.com Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support requests to http://ticketmonster.hostingsupport.com/ ---

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

2003-10-14 Thread Svensson, B.A.T. (HKG)
Otherwise it might be very much simpler to just register a new task in the schedule manager, or use at.exe... ;) On Tue, 2003-10-14 at 09:58, Svensson, B.A.T. (HKG) wrote: > An example would be to write a C/C++ program that register it self > as a service (StarServiceCtrlDispatcher()). The service

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

2003-10-14 Thread Svensson, B.A.T. (HKG)
An example would be to write a C/C++ program that register it self as a service (StarServiceCtrlDispatcher()). The service tread will then have to call a php script (system()) to do the php stuff. So for sure there is at least one way to do this. On Tue, 2003-10-14 at 02:16, Nicholls, David wrote

php-windows Digest 14 Oct 2003 07:50:28 -0000 Issue 1955

2003-10-14 Thread php-windows-digest-help
php-windows Digest 14 Oct 2003 07:50:28 - Issue 1955 Topics (messages 21772 through 21776): Help needed on PHP+IIS+filesys 21772 by: Michael Kochendoerfer PHP not rendering for some reason 21773 by: Trystano.aol.com Re: Absolute and Relative directory 21774 by: Mich

Re: [PHP-WIN] Writing to a file

2003-10-14 Thread Svensson, B.A.T. (HKG)
Well, fopen() use to be a common choice here. On Mon, 2003-10-13 at 19:58, Harpreet wrote: > 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 > > Regar