$sl=0;
while($r1=ss_mysqli_fetch_array($q1)) {
//if(!strlen($r1[photo])) {
if(empty($r1[occuption])) {
$r1[occuption]="Others";
}
elseif(strlen($r1[occuption])<3) {
$r2=ss_mysqli_fetch_array(ss_mysqli_query("select * from category where slno='$r1[occuption]'"));
$r1[occuption]=$r2[category];
}
?>
$pht="";
if(strlen($r1[photo])) {
if(file_exists("$basedir/seervishaadiphoto/$r1[photo]") and strlen($r1[photo])) {
$pht=" ";
}
else {
$pht=" ";
}
}
if(!empty($pht)) {?>
|
}
?>
| नाम | : | |
| पिता का नाम | : | |
| गोत्र | : | |
if(!empty($r1[mstatus])) {
$varray=array("1"=>"शादी कभी नहीं की","2"=>"तलाकशुदा","3"=>"विधवा");
$mstatusA=$r1[mstatus];
$mstatus=$varray[$mstatusA];
?>
| वैवाहिक स्थिति | : | |
}
?>
| व्यवसाय | : | |
if(!empty($r1[edu])) {?>
| शैक्षणिक योग्यता | : | |
}
if(isset($sessionID)) {
//print_r($_SESSION);
?>
| View Detail |
}else {
?>
| Contact Detail | : | Login To View Detail |
}
/*
| मूल निवास | : | |
if(strlen($r1[curr_address])) {?>
| वर्त्तमान निवास पता | : | |
}
if(strlen($r1[details])) {?>
| मेरे बारे मैं | : | |
}
if(strlen($r1[nanihal_details])) {?>
| ननिहाल पक्ष | : | |
}
*/
if($r1[status]!="p") {
?>
| पंजीकरण तारीख : |
}
?>
|
|
$sl++;
if($sl==5) {
?>
|
|
|
disppaidmem($_GET['gen']);
}
}
?>