Click here to go to healthseva.com Home Page
}
}
else // to find whether the user/vanity name entered is ngo or hospital or vendor category
{
$catQuery = "Select user_category,user_id from user_master where user_name='$user_name'";
$catResult = mysql_query($catQuery);
if($catRow=mysql_fetch_row($catResult))
{
$user_cat = $catRow[0];
$uid = $catRow[1];
if($user_cat=="ngo")
{ header("location: /ngo/ngoindex.php3?id=$uid"); exit; }
else if($user_cat=="hosp")
{
header("location: /hosp/hospindex.php3?user_name=$user_name"); exit;}
}
else
{
?>
healthseva.com NGO Web Page Not Found !!!!!healthseva.com NGO's Web Page Not Found.
Possible reasons:
The page may be temporarily offline for maintenance.
There may be a typographical error in the URL.Please recheck the address typed.
This Doctor's Web Page may no longer exist.
This Doctor's Web Page may have been removed due to violations of our Terms of Service.