I figured it out here:
http://wordpress.org/support/topic/39728?replies=5
Thanks for your help though.
I tried this code that i just found:
<?php
define(‘WP_USE_THEMES’, true);
require(‘./path-to-your-blog/wp-blog-header.php’);
?>
It works except it gets the whole thing… even the blog, which i don’t want on this page.