require("../config.php3");
require("../header.php3");
$var=mysql_query("select distinct state from university order by state ");
$tot=mysql_num_rows($var);
head1("");
?>
THE SECOND SCHEDULE To Homoeopathy Central Council Act, 1973 Recognised Medical Qualifications in Homoeopathy granted by Universities, Boards or Medical Institutions in India (Updated till April,2005) |
| State-wise list |
|
$cnt=1;
while($var1=mysql_fetch_array($var)) {
if ($cnt==1) {
$ss=urlencode($var1[0]);
echo" | $var1[0] | ";
$cnt=0;
}
else {
$ss=urlencode($var1[0]);
echo"$var1[0] | |
";
$cnt=1;
}
}
?>
footer();
/*
$var=mysql_query("select distinct state from university");
$tot=mysql_num_rows($var);
head1("");
if (empty($offset)) {
$offset='0';
}
$num3='10';
$qry1=mysql_query("select * from university order by sl1 limit $offset,$num3");
$qry2=mysql_query("select * from university order by sl1");
$ii=2;
$num = mysql_num_rows($qry2);
$num=152;
$num1 = ($num%$num3);
$num2 = round($num/$num3);
if ($num1 > 0) {
$num2=$num2+1;
}
$gotopage = "Goto page: ";
$offset1=0;
if (empty($page)) {
$page='1';
}
for ($iv=1;$iv<=$num2;$iv++) {
if ($page=="$iv") {
$gotopage .= "$iv ";
}
else {
$gotopage .= "$iv ";
}
$offset1=$offset1+$num3;
}
if ($num2==0) {
$num2="1";
$gotopage="";
}
$page = "Pages 1 of $num2";
?>
THE SECOND SCHEDULE To Homoeopathy Central Council Act, 1973 Recognised Medical Qualifications in Homoeopathy granted by Universities, Boards or Medical Institutions in India (Updated till July,2003) |
| echo "$page"; ?> echo "$gotopage"; ?> |
|
| Sl |
Name of the University Board of Medical Institution |
Recognised Medical Qualification | Abbreviation for Registration | Remarks |
$sl=$offset;
$ii=1;
$st1="";
while ($r1=mysql_fetch_array($qry1)) {
if ($st1!="$r1[state]") {
echo "| | ".strtoupper($r1[state])." |
\n";
$st1=$r1[state];
}
$sl=$sl+1;
?>
| echo "$r1[slno]"; ?> |
echo "$r1[univ_nm]"; ?> |
echo "$r1[course]"; ?> |
echo "$r1[sf_course]"; ?> |
echo "$r1[date]"; ?> |
}
?>
| echo "$page"; ?> echo "$gotopage"; ?> |
|
footer();
*/
?>