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
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
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
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/
---
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
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 - 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
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