On Tue, Nov 06, 2001 at 10:04:27AM -0600, Raymond Norton (ray at lctn.k12.mn.us) wrote: > I am new to MySQL, so I am not sure what is available. I want to create db's that can be brought up via a web browser, so I can add information to them from any PC. What would I need in place to do this? You could use phpMyAdmin (www.phpmyadmin.org) - a php-based web interface to a mysql database. It's not really meant for end-users, but rather for database designers/maintainers. Otherwise, you'd probably have to write something in a language that will talk to mysql, like php, java/jsp, perl, etc. -- Amy Tanner amy at real-time.com