$connection = @mysql_connect("......org:33066", "JPsp", "gerhard");
$table = "jps_values_f1";
mysql_select_db("jpcollect");
if(!$connection){
echo "Connection not Established!\n";
exit;
}
$get = "SELECT CName, JName, Value FROM $table WHERE JName = 'cp'"...