//connection information $host = 'mysqlv101'; $user = 'simong_mc'; $pass = 'MChammertime22'; $db = 'mc_simong'; $conn = mysql_connect($host, $user, $pass); //connection needs db name below mysql_select_db("mc_simong", $conn); // after the from is whatever table you are attempting to pull data from $connstring = "SELECT * FROM MC WHERE biome LIKE '%forest%' "; $result = mysql_query($connstring); ?>
warp | "; echo "cords | "; echo "height | "; echo "biome | "; echo "desc | "; echo "
$nt[warp] | "; echo "$nt[cords] | "; echo "$nt[height] | "; echo "$nt[biome] | "; echo "$nt[desc] | "; echo "