What you'll need is a database (e.g. MySQL, PostgreSQL, SQLite) and some sort of scripting language (PHP, Perl, JSP, etc.). If you already have some experience with one of those languages, it should be a piece of cake, but if not, it'll still be pretty easy.
Am going to assume you are building this with MySQL and PHP, since most distros come with them pre-installed. More information can be found at their sites. http://httpd.apache.org http://mysql.com http://php.net Once you have the necessary requirements, check out the following tutorials to get you started: http://phpdev.gold.ac.uk/tutorial/sql/ http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html Good luck! Jon ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
