news
Please click on the icon
opposite to download
our latest newsletter
Server unreachable");
MYSQL_SELECT_DB($database)||( "
Database non existent
");
$sql_events =MYSQL_QUERY("SELECT * FROM newp1 ORDER BY id DESC LIMIT 1");
$query = "SELECT * FROM newp1 ORDER BY id DESC LIMIT 1";
$qr1 = mysql_query ($query)
or die ("Query failed: " . mysql_error() . " Actual query: " . $query);
$row_count = 0;
while ($row = mysql_fetch_array($sql_events)) {
$content = $row['content'];
?>
echo $content;
?>
/* Add 1 to the row count*/
$row_count++;}
/* Close out your table.*/
echo "";
/* Close SQL-connection */
MYSQL_CLOSE();
?>