Quote:
Originally Posted by q8manar
Where is every body
where are the profechonals
I'm sure this is eassy but I couldn't find out it .
Please any body
|
1. In your php_include template, put
$lastPost = $DB_site->query_first('SELECT * FROM post ORDER BY postid DESC LIMIT 1');
2. wherever you want this stuff to show up, u can use it like
$lastPost[postid]
$lastPost[threadid]
$lastPost[username]
$lastPost[userid]
$lastPost[dateline]
$lastPost[pagetext]
etc..
Enjoy