I've just installed an IRCdaemon on our server and would like to be able to
show on a webpage a snapshot of how many people are logged in to the IRC
server.
Can anyone think of a simple way to access this information? I wondered
whether there's a way, within PHP, to determine this information.
he stream
while (!feof($fp)) {
$incoming .= fgets($fp, 4096);
} // end while
fclose($fp); // closes stream
At the end of this $incoming will contain the email
How you parse the email is another can of worms.
regards
Allan
Cybercandy Ltd
- Original Message
I've recently swapped over from a virtual server to a dedicated server.
I've been told that I will get much better performace from my
new server and I want to verify this, particular with regard to handling PHP
Does any have or know of a PHP script I can download and use
to do a general benchmark
I've written a little program to carry out a process similar to
that of the dialectizer at http://rinkworks.com/dialect/ it loads
a web page and then runs through the page translating certain
words and phrases I would appreciate any comments or advice on the
the process I've used and whether anyo
A bit of an embarrassing question this,
and a long shot too. Please don't laugh.
Does anyone know if there is a php program
that I can use to replace the discussion group in frontpage 2000.
I want something that can read the existing discussion files generated
by FP200 so that I don't have to s
sorry previous message was incomplete:
I'm trying to get my head around multidimensional arrays and iterating using
each().
I don't get why this script:
prints ArrayArray
rather than AlphaBeta
can someone help me clear the fog?
Allan
--
PHP General Mailing List (http://www.php.net/)
I'm a bit stuck on this issue
The following script produces a result that I can't get my head round:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EM
7 matches
Mail list logo