jamesbow
08-10-2008, 03:19 PM
Hi there, quick question which is driving me mad.
I want to display the 5 latest posts on a non vb page - have looked all over the forums and think I have found the easiest way is as follows using:
<?php
chdir('/home/www/mysite/forum');
require_once('/home/www/mysite/forum/global.php');
However Im not sure of the following code that I would need to query the latest posts?
Can anyone help?
Thanks
I want to display the 5 latest posts on a non vb page - have looked all over the forums and think I have found the easiest way is as follows using:
<?php
chdir('/home/www/mysite/forum');
require_once('/home/www/mysite/forum/global.php');
However Im not sure of the following code that I would need to query the latest posts?
Can anyone help?
Thanks