Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Php MySql problem
$con = mysql_connect("localhost","userhere","passhere"); mysql_select_db("db",$con); $result = mysql_query("SELECT * FROM table WHERE item='" . $item . "'"); $row = mysql_fetch_array($result);
okay….so that code is obviously removed all the database info…but i assure you it works, or did in the root dir (public_html), but in the subdir….no dice