Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!
Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.
<?php
header("Location: $lon"); ?>
<?php
// Toán tử số học
$t = $_GET['t'];
?>
<?php
$link = mysql_connect('localhost', 'db', 'mk');
if (!$link)
{
echo "Không thể kết nối được tới CSDL MySQL";
}
if (!mysql_select_db ("db"))
{
echo "Không thể lựa chọn được CSDL";
}
$sql = "select * from wp_posts where id = '$t'";
@$result = mysql_query($sql);
if(!$result)
{
echo 'Đã lỗi truy vấn: '.mysql_error();
echo "\r\n<br />";
echo 'Truy vấn: '.$sql;
exit;
}
while($data = mysql_fetch_assoc($result)){
$tieude = $data['post_title'];
}
$sql = "select * from wp_postmeta where post_id = '$t' AND meta_key = 'caodung_link_download'";
$result = mysql_query($sql);
while($data = mysql_fetch_assoc($result)){
$da = $data['meta_id'];
}
$sql = "select * from wp_postmeta where meta_id = $da";
$result1 = mysql_query($sql);
while($data = mysql_fetch_assoc($result1))
{
$lon = $data['meta_value'];
}
$sql3="update wp_posts set downstas=downstas + 1 where ID=$t"; mysql_query($sql3);
?>
</div>
Em đã quote lại chưa, code anh đưa làm gì có cái ngoặc vuông "[" nào mà em kêu là có, lúc copy có thể em xóa nhầm hay làm gì đó chứ code hoàn toàn chuẩnkhông đk thất mà , Em copy ở khung trả lời ạ
$result = MySQL_query($sql);Em đã quote lại chưa, code anh đưa làm gì có cái ngoặc vuông "[" nào mà em kêu là có, lúc copy có thể em xóa nhầm hay làm gì đó chứ code hoàn toàn chuẩn
$result = [USER=924]MySQL[/USER]_query($sql);
<?php
header("Location: $lon"); ?>
<?php
// Toán tử số học
$t = $_GET['t'];
?>
<?php
$link = mysql_connect('localhost', 'db', 'mk');
if (!$link)
{
echo "Không thể kết nối được tới CSDL MySQL";
}
if (!mysql_select_db ("db"))
{
echo "Không thể lựa chọn được CSDL";
}
$sql = "select * from wp_posts where id = '$t'";
@$result = mysql_query($sql);
if(!$result)
{
echo 'Đã lỗi truy vấn: '.mysql_error();
echo "\r\n<br />";
echo 'Truy vấn: '.$sql;
exit;
}
while($data = mysql_fetch_assoc($result)){
$tieude = $data['post_title'];
}
$sql = "select * from wp_postmeta where post_id = '$t' AND meta_key = 'caodung_link_download'";
$result = mysql_query($sql);
while($data = mysql_fetch_assoc($result)){
$da = $data['meta_id'];
}
$sql1 = "select * from wp_postmeta where meta_id = $da";
$result1 = mysql_query($sql1);
@$result1 = mysql_query($sql1);
if(!$result1)
{
echo 'Đã lỗi truy vấn: '.mysql_error();
echo "\r\n<br />";
echo 'Truy vấn: '.$sql1;
exit;
}
while($data = mysql_fetch_assoc($result1))
{
$lon = $data['meta_value'];
}
$sql3="update wp_posts set downstas=downstas + 1 where ID=$t"; mysql_query($sql3);
?>
Đã lỗi truy vấn: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1rn
Truy vấn: select * from wp_postmeta where meta_id =
ôki dùng code gốc fix đk rồi ạ . Anh xóa giúp em cmt về kái domain giúp em vscaodung
Code đúng 100% nhé, em có biết gì về php không, đó là anh code để tìm ra lỗi từ cơ sở dữ liệu của em
Kết quả đã tìm ra nguyên nhân là phiên bản MySQL của em không phù hợp
em để nó thế bác àSao trang trắng rồi bác?