Topic: using punbb extern.php to display news in homepage
hi ! ,(sorry for my bad english so i'm french )
I want to display topics on my websit so i use that on my homepage
<?php include('http://localhost/forum/extern.php?viewtopic.php?id=1'); ?>
But it's only display the titel and a link of the topic , nothing else .
How can i display the message from the topic ? ( make sql querry or extern.php ? )but with sql querry i can't display html code
Thanks you for reading