Currently Exploring

latest

I’m talking here about extracting latest posts to a different site. I’m also assuming that the databases are on the same server. So here is the script: <?php // connect to the database server mysql_select_db(‘forum’); // run The query $results = mysql_query("SELECT * FROM phpbb_topics ORDER BY topic_time DESC LIMIT 10"); if ($results) { while($rand [...]

I’ve always wanted to show my last twits in my sidebar. I’ve recently found out how. Here’s a quick tutorial: Place the following code in your sidebar. Remember to style it properly and replace the username: <?php // Your twitter username. $username = “butterflymedia”; // Prefix – some text you want displayed before your latest [...]

Blog WebMastered by All in One Webmaster.