Hi There,
I have got this code:
function displayPosts() {
$query = mysql_query("SELECT * FROM social ORDER BY id DESC") or die(mysql_error());
while( $result = mysql_fetch_assoc($query) ) {
echo '
<div id="socialnewsfeeditem">...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.