I'm used to doing bind_columns() and sth->fetch on most everything I do with MySQL. I need to pull back the highest 'id' column that I have.. that's it, just the highest. That way I can +1 in my perlish ways to help complete my current script. I know I can do with this bind_columns but I'm curious to see if anyone has a better way.