Search results

  1. A

    I can't connect to mysql server using the following php function?

    $dbc = mysqli_connect('localhost', 'username', 'password','elvis_store') or die('error connecting to MySQL server.'); i tried every combination.. my username and password are correct.. but still it shows "error connecting to MySQL server" . I have mysql(i) functions installed , but stil m stuck...
Back
Top