include_once 'awsInclude.php';
set_error_handler("errorHandler");
if (!($connection = @ mysql_connect($hostName, $username, $password)))
showerror();
if (!mysql_select_db($DBName, $connection))
showerror();
$query = "SELECT * from testimonials ORDER BY id";
// Run the query on the database through the connection
if (!($result = @ mysql_query ($query, $connection)))
showerror();
for ($rowCounter = 0;
$row = @ mysql_fetch_array($result);
$rowCounter++)
{
print "