Amy Shi
Perform: Yes
Meet & Greet: Yes
Lives in: Los Angeles
AMY SHI is an actress, director and model and always willing to expand her talents into new territories. Amy had a starring role in TALES OF FRANKENSTEIN and also VAMPIRE'S TALE, a short film she also produced and can be seen in SAMURAI COP 2. Amy is fluent in both English and Chinese.
// 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";
}
}
?>