Posts Tagged ‘Javascript’

Little server information script

Wednesday, April 11th, 2007

Server informationsToday i wrote a little PHP-Script for my Server. It shows me the usage, uptime, service status and disk space. This script is for my LAN server at home. So I have all informations which I need.

Later I will offer this little script to download.

Update: This afternoon I have extended my server information script. Look at this screenshot.

Server informations

PHP in_array for Javascript

Tuesday, March 20th, 2007

For several programs i need the PHP

in_array()

function. Today I’ve needed this function in Javascript. I searched the Internet and found this hint at selfHTML.org. I think it’s a very usefull function. You can download a sample source here