...reality, my SQL is a lot longer and does return rows (as confirmed by Navicat). So for the sake of this example, let's use:
$page_sql = "SELECT * from myTable where projectid = '$project_id' ";
Lastly, I am not getting any errors.
Could this be something in my $conn string not being...