$sql="SELECT * FROM ".$tbl_name." where Project='". $_POST['Project'] ."'";
Your syntax looks correct, but your should always validate what's coming in via HTTP POST.
There's no real reason why that shouldn't work, based on your database table having a column named "Project" - Table names are case sensitive.