'.ucfirst($lan1).' to English

'.$note2,' dictionary

We\'ve recently included 3000+ new words in our dictionary!
Last Update:

* Here, IndiaDict provides you the best online '.ucfirst($lan1).' to English Dictionary that helps you get the meaning of '.ucfirst($lan1).' words in English with its bigger database.

* IndiaDict helps you also to learn words in other languages!

* IndiaDict is being developed by the experts in regional languages of India.

* IndiaDict is free to use! It supports even regional lanuguages non-supported devices by showing texts as images on Image Mode


'; if($mode == "text") { echo '
Mode: Image | Text
'; } else { echo '
Mode: Image | Text
'; } echo '
'; include("../web/gad200.php"); echo '
'; echo '
'; include("../web/gad1.php"); echo '
© IndiaDict 2012 |
'; exit(); } echo '
'.ucfirst($lan1).' to English
'; echo '

'.$wrd.' in English * '.ucfirst($lan1).' - English Dictionary


'; if ($act == search) { $lang = mysql_escape_string($_REQUEST['lang']); $mode = ltrim($_REQUEST['mode']); $query2 = mysql_query("SELECT * FROM `".$mass."` WHERE `$lan1` LIKE '".$wrd."' OR `$lan1` LIKE '".$wrd." '"); $user = mysql_fetch_array($query2); $i1 = $user['english']; $i2 = $user[''.$lan1.'']; $iid = $user['id']; if(!$i1) { echo ' No such word exactly found on our dictionary!
'; $query = mysql_query("SELECT * FROM `$mass` WHERE `$lan1` LIKE '%".$wrd."%'"); while($result = mysql_fetch_array($query)) $array_id[] = $result['id']; $all = count($array_id); if($all != 0) { echo 'tip The word(s) that matched your query has been listed below.

Other Matches:
'; } $onpage = 10; if(!isset($page)) $page=1; $n = 0; $pages = ceil($all/$onpage); if(!$pages) $pages = 1; if ($page) $n = ($onpage*$page)-$onpage; for($i=1; $i<=$onpage; $i++) { if(!isset($array_id[$n])) { $n++; continue; } $user2 = mysql_fetch_array(mysql_query("SELECT * FROM `".$mass."` WHERE `id` = '".$array_id[$n]."'")); $i3 = ucfirst(strtolower($user2['english'])); $i4 = $user2[''.$lan1.'']; $i5 = $user2['proverb']; $i6 = $user2['id']; if ($i5 == 0) {$sym = "";} else { $sym = "proverb"; } // echo ""; $n++; continue; } echo '
$i3 $i4
'; } else { if($mode=="text") {echo " ".ucfirst($i1)."

"; echo "\"√\"/ ".str_replace(",","
\"√\"/ ",$i2)."
"; echo "
"; $query = mysql_query("SELECT * FROM `$mass` WHERE `id` != ".$iid." AND `$lan1` LIKE '%".$wrd."%'"); while($result = mysql_fetch_array($query)) $array_id[] = $result['id']; $all = count($array_id); if($all != 0) { echo '
Matched Word(s):
'; } $onpage = 10; if(!isset($page)) $page=1; $n = 0; $pages = ceil($all/$onpage); if(!$pages) $pages = 1; if ($page) $n = ($onpage*$page)-$onpage; for($i=1; $i<=$onpage; $i++) { if(!isset($array_id[$n])) { $n++; continue; } $user2 = mysql_fetch_array(mysql_query("SELECT * FROM `".$mass."` WHERE `id` = '".$array_id[$n]."'")); $i3 = ucfirst(strtolower($user2['english'])); $i4 = $user2[''.$lan1.'']; $i5 = $user2['proverb']; $i6 = $user2['id']; if ($i5 == 0) {$sym = "";} else { $sym = "proverb"; } // echo ""; $n++; continue; } echo '
$i3 $i4
'; } else { echo " ".ucfirst($i1)."

"; echo "
"; $query = mysql_query("SELECT * FROM `dichin` WHERE `id` != ".$iid." AND `$lan1` LIKE '%".$wrd."%'"); while($result = mysql_fetch_array($query)) $array_id[] = $result['id']; $all = count($array_id); /////////////////////////////////////////text//////////////////////////////////////////////////////////////////////// if($all != 0) { echo '
Other Matches:
'; } $onpage = 10; if(!isset($page)) $page=1; $n = 0; $pages = ceil($all/$onpage); if(!$pages) $pages = 1; if ($page) $n = ($onpage*$page)-$onpage; for($i=1; $i<=$onpage; $i++) { if(!isset($array_id[$n])) { $n++; continue; } $user2 = mysql_fetch_array(mysql_query("SELECT * FROM `dichin` WHERE `id` = '".$array_id[$n]."'")); $i3 = ucfirst(strtolower($user2['english'])); $i4 = $user2[''.$lan1.'']; $i5 = $user2['proverb']; if ($i5 == 0) {$sym = "";} else { $sym = "proverb"; } echo ""; $n++; continue; } } echo "
$i3
"; } } if($mode == "text") { echo '
Mode: Image | Text
'; } else { echo '
Mode: Image | Text
'; } echo '
'; echo '
'; //include '../web/gad200.php'; echo '

'; //include '../web/gad1.php'; echo '

'; echo '
© IndiaDict 2012
';