I have some problem
code line
$servername="us--------03.cleardb.net";
$user="be9-------0";
$pass="f9-------";
$db="ad_50f-------fa6a";
$con = mysql_connect($servername, $user, $pass, $db);
mysql_select_db($db);
My Requirement
I implement this line code could not be working than how should be connect database in ibm bluemix!!
plz given me solution..