It is unwise to be too sure of one's
own wisdom. It is healthy to be reminded that the strongest might weaken and the wisest might err.
Gandhi
'; while($r=mysql_fetch_array($result)) { $genre=$r["genre"]; $id=$r["id"]; $author=$r["author"]; $quote= $r["quote"]; //SHORTEN QUOTE PREVIEW $maxlength=45; $charcount = strlen($quote); if ($charcount>$maxlength) { $quote= substr($quote, 0, $maxlength); $quote= $quote.'...'; } echo '
'.$author.' -- '.$quote.'';
}
}
echo '
';
?>
Or Browse By Author
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z