Cần hương dẫn làm một Wap Game php

  • Thread starter Thread starter Lang Tu Sau
  • Start date Start date
vào mysql data base tạo user...
 
Tao user tên gì anh
tạo database và mysqluser là 4rum nhé, của em đang lỗi Khong the ket noi toi database. Hay kiem tra lai nhe.!
 
Sửa thành <?php
$db_host = 'localhost';
$db_name = 'trasua4u_4rum';
$db_username = 'trasua4u';
$db_password = 'Pass đăng nhập host';
@mysql_connect("{$db_host}", "{$db_username}", "{$db_password}") or die("Khong the ket noi toi database. Hay kiem tra lai nhe.!");
@mysql_select_db("{$db_name}") or die("Khong the chon database");
date_default_timezone_set('Asia/Ho_Chi_Minh');
?> nhé youngkizd
 
lỗi gì đây anh thắng giup em
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@wap4teen.byethost3.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
 
Sửa thành <?php
$db_host = 'localhost';
$db_name = 'trasua4u_4rum';
$db_username = 'trasua4u';
$db_password = 'Pass đăng nhập host';
@mysql_connect("{$db_host}", "{$db_username}", "{$db_password}") or die("Khong the ket noi toi database. Hay kiem tra lai nhe.!");
@mysql_select_db("{$db_name}") or die("Khong the chon database");
date_default_timezone_set('Asia/Ho_Chi_Minh');
?> nhé youngkizd

Em đã sửa rồi. NHưng sao vẫn chưa hết lổi
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
7K
AdminAdmin is verified member.
Admin
Back
Top