include "config.php";
$ip=$REMOTE_ADDR;
$get_j2h = mysql_query("select * from $table where id='$id'",$conID);
$get_row = mysql_fetch_array($get_j2h);
$id = $get_row[id];
$username= $get_row[username];
$password= $get_row[password];
$j2h = $get_row[j2h];
?>