function get1fromtable($t,$w){
global $sqli;
$sql="SELECT * FROM $t WHERE $w LIMIT 1";
$result=mysqli_query($sqli,$sql);
if (mysqli_num_rows($result)!=0){
$res= mysqli_fetch_assoc($result);
return($res);
} else {
return false;
}
}
function getfromtable($t,$w){
global $sqli;
$res=array();
$sql="SELECT * FROM $t WHERE $w";
$result=mysqli_query($sqli,$sql);
//echo $sql;
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[]=$r;
}
return($res);
} else {
return false;
}
}
function getfromselect($s){
global $sqli;
$res=array();
$sql=$s;
$result=mysqli_query($sqli,$sql);
//echo $sql;
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[]=$r;
}
return($res);
} else {
return false;
}
}
function getfromtablebyid($t,$w){
global $sqli;
$res=array();
$sql="SELECT * FROM $t WHERE $w";
$result=mysqli_query($sqli,$sql);
if (mysqli_num_rows($result)!=0){
while ($r= mysqli_fetch_assoc($result)){
$res[$r['id']]=$r;
}
return($res);
} else {
return false;
}
}
?>
kino in der reitschule
Ethnokino Festival: Resilient
Documentary by Surbhi Dewan and S A Hanan
, India, 2022, English, Kashmiri, and Urdu with English Subtitles, 61 Minuten
Trans Kashmir
Once entertainers and employees of the royal court, Kashmiri Hijras were believed to have mystical powers and were treasured members of society. Today, they fight for dignity and basic human rights. For generations, the transgender people of Kashmir have worked as matchmakers and performers. Still, their gender, economic and socio-political realities make them some of the most vulnerable people in the world today. Offering an intimate glimpse into their unique culture, resilience, and beauty, this documentary chronicles the growing movement to secure basic human rights. Featuring the pre-eminent gender rights activist in Kashmir, who is fighting to ensure the future survival of this community.