Non-Residents of India
Non-Residents of India(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
-: UNITED STATES :- |
NAME |
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 `tblNRIS` WHERE `Country` = 1 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['Address'];?> |
}
mysql_free_result($result);
?>
-: UNITED KINGDOM and AUTRALIA etc.:- |
NAME |
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 `tblNRIS` WHERE `Country` = 2 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['Address'];?> |
}
mysql_free_result($result);
?>
-: UAE :- |
NAME |
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 `tblNRIS` WHERE `Country` = 3 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['Address'];?> |
}
mysql_free_result($result);
?>