Is it possible to ouput the server specification using PHP?
Ie
processor: {proccessor} Speed: {speed} Memory: {memory} HD Space: {HD SPace}
etc ??
Cheers David
check out http://phpsysinfo.sourceforge.net/ for a script like this. im sure you could pull different pieces out and make something to your needs.
cheers
i have got that installed, will look at "cutting it" a bit to see what i can do
not sure about processor and memory but you can get disk space with disk_total_space and disk_free_space