|
if ($page_header != "home") { ?>
}?>
require_once('../../includes/DbConnector.php');
require_once('../../includes/Validator.php');
// Create an object (instance) of the DbConnector and Validator
$connector = new DbConnector();
$validator = new Validator();
$result = $connector->query('SELECT * from Sponsors where Site=2 and Active=1 order by Sort');
// Get an array containing the results.
// Loop for each item in that array
?>
while ($row = $connector->fetchArray($result))
{
if ($row['Link'] != "")
{
echo '- '.$row['Name'].'
';
}
else
{
echo '- '.$row['Name'].'
';
}
}
?>
|
|
If you would like more information concerning our site's past experience with studies/sponsors, please email research@aactx.com |
|
|