Doctors (Listed names are in alphabetical order)
This is not the complete and finished list, we are updating as per the members suggestions, there may be small changes or mistakes in our list we will update the changes as per suggestions we receive. If you have any please email us at. kondapak.com@gmail.com
-: Doctors :- |
Name |
Specialization |
Service |
Dr.Chatharasi K.Raju |
Psychologist |
Manasa Psychological counseling center, #12-5/7,Temple Alwal,Secunderabad-500010 |
Dr.Narashimha Swamy |
Dental |
Private Hospital,Siddipet |
Dr. Raghotham Reddy Dommata |
Chest Specialist |
Yashoda, Somaji guda. |
Dr.Raghu Ramulu Chennuru |
NA |
NA |
Dr.Ramana Reddy B |
Anesthesiologist |
Nizamabad |
Dr.Srinivas Prasad |
General Medicine |
Hyderabad |
Politicians(Listed names are in alphabetical order)
This is not the complete and finished list, we are updating as per the members suggestions, there may be small changes or mistakes in our list we will update the changes as per suggestions we receive. If you have any please email us at. kondapak.com@gmail.com
-: MLAs and State Level Politicians:- |
NAME |
PERIOD |
Late Madhan Mohan Ananthulay |
NA |
Ramachandra Reddy Dommata |
NA |
Anathula Shyam Mohan (PCC Intellectual Chairman) |
Current |
-: Mondal Parishad Presidents :- |
NAME |
PERIOD |
Kanakaiah Yadav Boddula |
2001-2006 |
Ananthula Sharada |
2006-2010 |
Lakkireddy Sudha W/o Prabhakar Reddy |
2011 - tildate |
-: Other Politicians :- |
NAME |
PERIOD |
Aerpula Bhulaksmi Yadaiah (ZPTC) |
2001-2006 |
Chitti Devender Reddy (DCCB vice-chairman) |
Current |
-: Gram Panchayat (SARPANCH) :- |
NAME |
PERIOD |
Aerpula Yadaiah |
Current |
Lecturers/Teachers (Listed names are in alphabetical order)
This is not the complete and finished list, we are updating as per the members suggestions, there may be small changes or mistakes in our list we will update the changes as per suggestions we receive. If you have any please email us at. kondapak.com@gmail.com
-: Lecturers / Teachers :- |
Name |
Service |
Period |
$conn = mysql_connect("3mkinccom.netfirmsmysql.com", "kondapak_webuser", "Kondapak$49");
if (!$conn) {
echo "Unable to connect to DB: " . mysql_error();
exit;
}
if (!mysql_select_db("kondapakdb")) {
echo "Unable to select mydbname: " . mysql_error();
exit;
}
$sql = 'SELECT * FROM `tblProfessionals` WHERE `Profession` = "Teacher" order by `FName`';
$result = mysql_query($sql);
if (!$result) {
echo "Could not successfully run query ($sql) from DB: " . mysql_error();
exit;
}
if (mysql_num_rows($result) == 0) {
echo "No rows found, nothing to print so am exiting";
exit;
}
// While a row of data exists, put that row in $row as an associative array
// Note: If you're expecting just one row, no need to use a loop
// Note: If you put extract($row); inside the following loop, you'll
// then create $userid, $fullname, and $userstatus
$counter = 0;
while ($row = mysql_fetch_assoc($result)) {
if(($counter % 2) == 0){?>
}else{ ?>
} $counter += 1;?>
echo $row['Prefix']; echo $row['FName'];?> echo $row['LName'];?> |
echo $row['Title'];?> |
echo $row['Period'];?> |
}
mysql_free_result($result);
?>
Other Professionals (Listed names are in alphabetical order)
This is not the complete and finished list, we are updating as per the members suggestions, there may be small changes or mistakes in our list we will update the changes as per suggestions we receive. If you have any please email us at. kondapak.com@gmail.com
-: Other Professionals :- |
Name |
Title |
Address |
$conn = mysql_connect("3mkinccom.netfirmsmysql.com", "kondapak_webuser", "Kondapak$49");
if (!$conn) {
echo "Unable to connect to DB: " . mysql_error();
exit;
}
if (!mysql_select_db("kondapakdb")) {
echo "Unable to select mydbname: " . mysql_error();
exit;
}
$sql = 'SELECT * FROM `tblProfessionals` WHERE `Profession` <> "Teacher" order by `FName`';
$result = mysql_query($sql);
if (!$result) {
echo "Could not successfully run query ($sql) from DB: " . mysql_error();
exit;
}
if (mysql_num_rows($result) == 0) {
echo "No rows found, nothing to print so am exiting";
exit;
}
// While a row of data exists, put that row in $row as an associative array
// Note: If you're expecting just one row, no need to use a loop
// Note: If you put extract($row); inside the following loop, you'll
// then create $userid, $fullname, and $userstatus
$counter = 0;
while ($row = mysql_fetch_assoc($result)) {
if(($counter % 2) == 0){?>
}else{ ?>
} $counter += 1;?>
echo $row['Prefix']; echo $row['FName'];?> echo $row['LName'];?> |
echo $row['Title'];?> |
echo $row['Address'];?> |
}
mysql_free_result($result);
?>
|