include("includes/data4blog.php"); ?>
header('Content-type: text/html; charset=utf-8'); header('Content-Language: el-gr'); include("includes/confak.php"); include("includes/funcs15.php"); //while (list ($key, $val) = each ($_GET)) { echo "$key = $val \n";} $sqlc="SELECT * FROM page_tbl WHERE page_url='".$_GET["p"]."' AND page_online=1"; $mypage=mysql_fetch_assoc(mysql_query($sqlc)); $upd_views = mysql_query("UPDATE page_tbl SET page_views=".($mypage["page_views"]+1)." WHERE page_id=".$mypage["page_id"]); ?>