Hi, I'm looking to add some blogging functionality to a website. I want: - Articles in categories - Wysiwyg and images - Php/mysql/apache - Readers can comment - Admin interface I don't want: - Website builder / CMS - To put my website in a blog, rather the other way around Basically I want to integrate articles into existing pages, something like <?php blog::getArticlesHTML($rule); ?> <?php blog::getUserCommentEditHTML($article); ?> Can anyone recommend a suitable blog script? Thanks! Niels -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php