
Bipul Alam - 2015-12-06 18:16:47
Hi,
$userName = 'root';
$password = '199abc';
$host = 'localhost';
$port = '3306';
$connectionID = ''; <-- what is this
Can you please tell me what is connectionID. I have tried giving my Database Name.
I am seeing this error message - Warning: mysqli::mysqli(): (HY000/1045): ...blah..blah at line 60
Please suggest.