Web Hosting Talk







View Full Version : How to show percentage/quota bar?


-Dan
02-07-2007, 06:13 AM
Hello,

I would like to know how to make a percentage bar or quota bar with php if it's possible?
So what I want to have is if 10/100 then it will have a colour green or blue for 10 and then the rest will be white which is 90.

Any idea? :)

Also just curious is there any way to get information from the server? like the hard disk quota too?

Thanks :)

stuffradio
02-07-2007, 03:55 PM
to get a progress bar... just have your images, make a variable like 10/100 or w/e you want. Set the width to that variable, and it changes :)

-Dan
02-08-2007, 03:12 AM
Thanks stuffradio :)

Somehow in the end I bought status2k and ask scribby to help me a bit :)