First of all sorry about my english.
Try to obtain all data
$sql = "SELECT * FROM Parent_Child";
$res = mysql_query($sql);
echo" BEGIN<br>";
while($row= mysql_fetch_array($res)){
print_r($row);
}
echo "END<br>";
if don't show data, check user and password try in phpmyadmin to use this user an password and execute SELECT, must be posible this user don't has privileges to show this table.