Quoting [EMAIL PROTECTED]:
> Youy could use:
> if(!$result) {
> // Don't display
> } else {
> echo "Title";
> }
>
> You fill in the blanksThat only checks to see the query failed. A query returning no rows doesn't fail... -- Adam Alkins http://www.rasadam.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
