mysqli_connect('localhost', 'root', Object(SensitiveParameterValue), 'video_player3')
Obviously you are using localhost
as DB host which is never correct here. And you used root
as DB user which is also incorrect.
See
BTW, your domain looks suspicious. Take note that we usually don’t allow sites entirely about videos here. (Normally it’s because copyright issues.)
5 Likes