I would like to show the last 10 thread that have received an answer in an external page, for example in the index.php of the domain.
I write the classic query:
SELECT * FROM table_thread WHERE xxxx ORDER BY xxxx LIMIT 0,10
Then when I write the links how can I obtain the same links of the forum?
echo "<a href="?????????????????????">$row[title]</a>
Thanls


LinkBack URL
About LinkBacks





Reply With Quote
