خرید بک لینک

Vote count: 0

I am trying to lea php on my own. Things were OK till i reach DB coection.

I am using NetBeans 8.1 and had installed xampp to set up mysql and apache server. But when i try to coect to DB using

$dbPassword = "PHPpassword";
$dbUserName = "PHPuser";
$dbServer = "localhost";
$dbName = "PHPFirstDB";

$coection = new mysqli($dbServer, $dbUserName, $dbPassword, $dbName); 
print_r($coection);

Ideally i should be seeing $coection details but I am not able to see anything in the script output window. I have set runas : script(run in command line)

Can anyone help me here...

asked 1 min ago

- - , .
.

برچسب: نویسنده: استخدام کار تاريخ: يکشنبه 27 تير 1395 ساعت: 14:32

صفحه بندی