$news_id=sqlite_escape_string(trim($HTTP_GET_VARS[id]));
$db = sqlite_open ("/home/www/sites/ceiicp/ceiicp.sq3");
if ($news_id) {
$res = sqlite_query($db, "SELECT *, strftime('%d-%m-%Y %H:%M', data) AS datait FROM news WHERE ID=$news_id ORDER BY data DESC");
} else {
$res = sqlite_query($db, "SELECT *, strftime('%d-%m-%Y %H:%M', data) AS datait FROM news ORDER BY data DESC");
}
include("header.html");
?>
while ($row = sqlite_fetch_array($res)) { ?>
Warning: Use of undefined constant titolo - assumed 'titolo' (this will throw an Error in a future version of PHP) in /usr/home/www/sites/tecip/data/news.php on line 16
Notice: Undefined variable: row in /usr/home/www/sites/tecip/data/news.php on line 16
Notice: Trying to access array offset on value of type null in /usr/home/www/sites/tecip/data/news.php on line 16
Added on
Warning: Use of undefined constant datait - assumed 'datait' (this will throw an Error in a future version of PHP) in /usr/home/www/sites/tecip/data/news.php on line 18
Notice: Undefined variable: row in /usr/home/www/sites/tecip/data/news.php on line 18
Notice: Trying to access array offset on value of type null in /usr/home/www/sites/tecip/data/news.php on line 18
Warning: Use of undefined constant news - assumed 'news' (this will throw an Error in a future version of PHP) in /usr/home/www/sites/tecip/data/news.php on line 20
Notice: Undefined variable: row in /usr/home/www/sites/tecip/data/news.php on line 20
Notice: Trying to access array offset on value of type null in /usr/home/www/sites/tecip/data/news.php on line 20
Warning: Use of undefined constant ID - assumed 'ID' (this will throw an Error in a future version of PHP) in /usr/home/www/sites/tecip/data/news.php on line 22
Notice: Undefined variable: row in /usr/home/www/sites/tecip/data/news.php on line 22
Notice: Trying to access array offset on value of type null in /usr/home/www/sites/tecip/data/news.php on line 22
Notice: Undefined variable: fnum in /usr/home/www/sites/tecip/data/news.php on line 39
} ?>