Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NewsForge:
Creating a PHP Dashboard
Nov 09, 2004 @ 13:47:57

NewsForge.com has a new tutorial today about the creation of a dashboard with PHP and a browser.

How many times have you needed a quick and dirty method of displaying data, in a "dashboard" format, that everybody could easily view? Everybody has a Web browser, so why not use that for your dashboard? PHP and Apache make it easy. Here's how you can take a text file, evaluate the content using PHP, then display results on a browser dashboard.

The idea here is to create a simple, clean system to view specific details about data (in this case, files) at a glance. Granted, there are quite a few tools out there that do this kind of thing already, it can be nice to just have a simple, easy-to-use setup of your own.

tagged:

Link:


Trending Topics: