Actors Workshop Studios provides opportunities to audition for many
film, television, and commercial jobs. We also help with obtaining agency representation in Los Angeles and San Diego.
We have actors of all ages, sizes, colors, and look who have landed starring, co-starring, and feature roles in San Diego and Los Angeles productions.
The following is a list of some of the projects our actors have been appearing in.
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 jobs_landed ORDER BY id 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++)
{
print "