09/10/2018, 17:52
[Q] Cần giúp đỡ gấp
Khi minh vao trang hompage minh viet len hosting
khi chay no bao loi:
Unable to access ....
failed to create stream....
Failed opening 'config.php' for inclusion (include_path=')
chay tren localhost van tot.
thanks
http://www.biologyvn.com/myweb
Trong trang Index.php
em : include('config.php')
tới trang config có dạng:
<?php
$Host = "localhost";
$User = "uer";
$Pass = "pass**";
$DB = "ntaweb";
if(!($link_id = mysql_connect($Host, $User, $Pass))) die(mysql_error());
mysql_select_db($DB);
?>
Cố gắng giúp em với.
khi chay no bao loi:
Unable to access ....
failed to create stream....
Failed opening 'config.php' for inclusion (include_path=')
chay tren localhost van tot.
thanks
http://www.biologyvn.com/myweb
Trong trang Index.php
em : include('config.php')

tới trang config có dạng:
<?php
$Host = "localhost";
$User = "uer";
$Pass = "pass**";
$DB = "ntaweb";
if(!($link_id = mysql_connect($Host, $User, $Pass))) die(mysql_error());
mysql_select_db($DB);
?>
Cố gắng giúp em với.
Bài liên quan
Co gang giuip minh nhe
Sai đường dẫn tới file config.php
Câu lệnh trên của bạn sai rồi, sửa lại như sau:
<?php
$Host = "localhost";
$User = "user";
$Pass = "pass**";
$dbname = "ntaweb";
if ( !($link_db = mysql_connect($Host, $User, $Pass)) )
{die(mysql_error());}
else
{mysql_select_db($dbname,$link_db);}
?>
vậy bạn thử sử dụng đường dẫn tuyệt đối đi
Tôi mới vào sáng nay 3/6/2003 9 giờ, sao không thấy lỗi gì cả, homepage của bạn chạy tốt mà ?
Tôi ở Belgium, đường truyền 13Kbytes/s, có thể vì đường truyền của bạn quá tải không ?
Thân