session_start(); include"inc/koneksi.php"; include"inc/bm-function.php"; include "convert_title.php"; include "main-lang.php"; $fi=$_GET['fi']; $sql=mysql_query("select * from tbl_content where id='$fi'"); $data=mysql_fetch_array($sql); $jml=$data[jml_view]+1; $tipe=$data[tipe]; $subject=$data[id_subject]; $upd=mysql_query("update tbl_content set jml_view='$jml' where id='$fi'"); ?>
|