include '../config.php' ; if (!isset($_POST['question_id'])) { $correct_ans = 0; $wrong_ans = 0; $attempt = 0; $t1 = time(); } $turl = "Word-Game"; $HeadT = "Word Game" ; $HeadD = "A word hop, a word scramble, a word jumble, an anagram or just mixed-up words, you're sure to have fun trying to untangle the letters in this challenging word puzzle. 3500 difficult English words to practice vocabulary. Displays words randomly. A customized solution to improve the vocabulary. It simplifies the task of preparing for the vocabulary section of any Competitive Exams. " ; include '../header.php' ; ?> if (isset($_POST['word'])) { include '../appcode/wg_result.php'; if ($word != '' && $word != 'null' && $word != null) { $s_w=mysql_query("SELECT * FROM ce_dict where word = '".$word."' order by word limit 1",$link); if ($s_w1=mysql_fetch_array($s_w)) { $word =$s_w1['word']; $meaning =$s_w1['meaning']; ?>