Warning: mysqli::query(): invalid object or resource
Moderators: mindphp, ผู้ดูแลกระดาน
- thatsawan
- PHP VIP Members
- Posts: 28013
- Joined: 31/03/2014 10:02 am
- Contact:
Warning: mysqli::query(): invalid object or resource
Warning: mysqli::query(): invalid object or resource mysqli in /home/public_html/mtb/for_teams_/index.php on line 105
- thatsawan
- PHP VIP Members
- Posts: 28013
- Joined: 31/03/2014 10:02 am
- Contact:
Re: Warning: mysqli::query(): invalid object or resource
Code: Select all
$host = 'localhost';
$username = '111';
$password = '111';
$dbname = '66';
$dbprefix = '';
$port ='';
$conn = new mysqli;
$conn->connect($host, $username, $password, $dbname,$port);
$conn->set_charset("utf8");
ปัญหาเกิดจาก
Code: Select all
$port ='';
งงนะ
-
- Similar Topics
- Replies
- Views
- Last post
Who is online
Users browsing this forum: Google Adsense [Bot] and 5 guests