----- Original Message ----- From: "Alex Shi" <[EMAIL PROTECTED]> > Okay, I will try MySQL GUI later.... > BTW, do I have to use ODBC if I use PHP? I'm told PHP has its > own very API for MySQL...
You can access MySQL from PHP using PHP's ODBC functions (http://www.php.net/manual/en/ref.odbc.php), it's MySQL functions (http://www.php.net/manual/en/ref.mysql.php), or an abstration layer such as ADODB (http://php.weblogs.com/adodb) The latter might be the best, as you trade a tiny loss of speed (but not nearly as much as when using odbc) for the ability to migrate to or support other databases than MySQL easily. Hope this helps, Ryan Fox --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php