>From: "Johnno" <[EMAIL PROTECTED]> > >Hello All, > >I am running FreeRadius and Database (mysql) > >I am after a program that uses database where a user >can enter in there >username and password and it will display there >login's and total time >used.. > >Is there a program like this out there?? > >Many Thanks, > Johnno
You may use HTML and PHP server-side scripts for that. Your users can submit their username and password to your php-enabled web server. Your PHP code will then validate and process records in your MySQL database and return formatted results to your users' browsers. Good luck, amenabe __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

