Recent content by chrisjohn.24552

  1. C

    unable to connect to mysql database,

    i am unable to connect to my sql data base with following values, help me my error is unable to connect. server "boru" $username = "********"; $password = "******"; $host = "localhost:2083"; $link = mysql_connect($host, $username, $password); if ($link) { die('Could not...
Top