Code thuần 100% Đã chỉnh sửa lại giao diện thời trang
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
Sửa thông tin database trong configs.php
if (!$this->__conn){
$this->__conn = @mysqli_connect('localhost', 'user', 'pass', 'Database') or die ('Not Database or Server!!');
mysqli_query($this->__conn, "SET NAMES 'utf8'");
}
}