At 16:33 +0100 7/26/02, Steve Howie wrote: >Does anybody have any PHP examples of how to use the mySQL HANDLER command in >place of a select statement? From the manual it appears as a high >speed version >of SELECT.
Use HANDLER ... OPEN, then treat HANDLER ... READ like a SELECT, then use HANDLER ... CLOSE. > >Cheers, > >Steve --------------------------------------------------------------------- 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