You may look into the PHP MySQL API to get an idea on the kind of interface required for the service. http://www.php.net/manual/en/ref.mysql.php You may not be able to do a one to one mapping, but some food for thought. Samisa...