php-windows Digest 9 Jun 2002 08:30:16 -0000 Issue 1182

Topics (messages 14133 through 14135):

Re: Error In Script
        14133 by: Tomator

ImageCreateFromJPEG
        14134 by: Sean

Re: Detecting Usernames
        14135 by: Peter

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
> I  created this script to ping a host and if a response is not received
then
> insert into a database and ping it after x amount of minutes. The script
> works fine until it starts to ping the hosts that it didn't receive a
> response from the database then it goes to page cant be displayed. I need
to
> script to entire script to run constantly but with a delay before it runs
> that's why I am using the sleep();  Please help.

PHP is to make internet content, not for long-working programs. So if you
have problem pinging not responding server you will get timeout and script
will be stoped.  Yoy can try to enlarge timeout in php.ini but if you want
to have constntlu running script it will fail. You may also use <META> tags
with "refresh" prameter and split all this job into single steps.


--- End Message ---
--- Begin Message ---
I cant seem to get ImageCreateFromJPEG() to work with PHP 4+ on Apache.

Any ideas?

--- End Message ---
--- Begin Message ---
I'm sure there is a a variable with this in, but it only works if you are
using NT or logged on to an NT Domain. I saw it somewhere in the manual but
can't find it now!!


"Carl Whittaker" <[EMAIL PROTECTED]> wrote in
message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I was just wondering if anyone knows of a way to detect a clients username
> in php, im building a system for reporting equipment faults to an ict
> support team. It will be used on a Win2K server over the local intranet
and
> id like to be able to pick this up to save time and also prevent people
from
> filing phony reports.
>
> Thanks alot!
> Carl
>
>


--- End Message ---

Reply via email to