Alexa Niemi
Perform: Yes
Lives in: Los Angeles
Meet & Greet: Yes
ALEXA NIEMI is known for her appearance as a doomed dancer in the horror film TALES OF FRANKENSTEIN (2018), and for her work in ROMANTIC REVIVALS. LAST FITNESS INSTRUCTOR (2016) and FOLLOW ME (2020). Multi-talented, Alexa is also a professional dancer, dance coordinator and stunt woman.
// Resume
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Resume\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "\n";
}
}
?>
// tear sheet
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Tear-Sheet\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "\n";
}
}
?>