• 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.

caodung

New Member
các prồ xem hd fix giúp
Code:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource,boolean given in
Code:
Warning: Cannot modify header information - headers already sent by (output started at
 
1. Đây là vì query em sai nên dữ liệu trả về không phải resource mà lại là boolean nên không thể lấy nội dung
2. Em post code lên đây anh xem
 
<?php
/*
Template Name: MrDow
*/
?>
<?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);
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);
?>
<?php
header("Location: $lon"); ?>
</div>
 
caodung em sửa như anh xem nó báo như thế nào nhé
PHP:
<?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>
 
caodung
Lỗi làm sao được, em quote y nguyên code anh đưa hoặc dùng PC copy nhé
 
không đk thất mà , Em copy ở khung trả lời ạ
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
 
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 = MySQL_query($sql);

- - - - - - - - - -

Code:
$result =     [USER=924]MySQL[/USER]_query($sql);

- - - - - - - - - -

đoạn sao post k hiện nhỉ

[COLOR="red"]- - - - - - - - - -[/COLOR]

:D . Em vừa on pc copy lại nó páo thế này [code]Warning: mysql_fetch_assoc() expects parameter 1 to be resource,boolean given in[/code]

[COLOR="red"]- - - - - - - - - -[/COLOR]

:D . Em vừa on pc copy lại nó páo thế này [code]Warning: mysql_fetch_assoc() expects parameter 1 to be resource,boolean given in[/code]
 
caodung
Thế ngoài dòng đó nó không còn báo gì nữa à em, đưa demo anh xem, để link trong bbcode code em nhé

- - - - - - - - - -
caodung
Thế ngoài dòng đó nó không còn báo gì nữa à em, đưa demo anh xem, để link trong bbcode code em nhé
 
caodung em sửa tiếp thành như thế này xem nó báo như thế nào nhé
PHP:
<?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);
?>
 
caodung
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
Đã 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 =
 
caodung
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
ôki dùng code gốc fix đk rồi ạ . Anh xóa giúp em cmt về kái domain giúp em vs
 

Facebook Comments

New posts New threads New resources

Back
Top