include "header.html"; ?>

Get more in-depth information about Dental School.
Click on the links to learn more.
|
 |

Tips to help you succeed!
|
|
Application Essay Help
|
At Predentist.com, we believe that writing is a multi-step process, best achieved through the collaboration of a writer and an editor. Working in groups, you will be able to achieve a quality essay that highlights all your qualities.
Good luck with your essay! Remember plan, revise, and work in a team to get the ultimate result.
|
|
Sample Essay #1
Sample Essay #2
Sample Essay #3
Sample Essay #4
|
|
$get = $conn->Execute("SELECT s.Name, i.SID, COUNT( i.SID ) AS count
FROM interview AS i, school AS s
WHERE s.SchoolID = i.SID
GROUP BY i.SID
ORDER BY `count` DESC
LIMIT 0 , 4");
echo '';
while (is_array($get->fields)) {
extract($get->fields);
$get->MoveNext();
echo '
|
'.$Name.' ['.$count.'] |
';
}
echo '
';
?>
|
|
include "footer.html";
?>