Our in-house auditions and showcases provide our actors maximum career opportunities!
Top Agents, Casting Directors, and Producers visit us to audition our actors on an on-going basis. Our actors don’t just train - they land speaking roles, including many lead roles!
include_once 'awsInclude.php';
set_error_handler("errorHandler");
if(count($_POST) > 0)
$inputs = $_POST;
else
$inputs = $_GET;
if(!isset($inputs['year']))
{
$inputs['year'] = date("Y");
}
if (!($connection = @ mysql_connect($hostName, $username, $password)))
showerror();
if (!mysql_select_db($DBName, $connection))
showerror();
$query = "SELECT * from auditions WHERE date like \"" . $inputs['year'] . "%\" ORDER BY date desc";
// 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++)
{
$aud_date = makeDisplayDate($row['date']);
print "