0) { $my_ans = 'Correct'; $new_cc = substr($c_my, -1); $last_cc = $last_cc . ", '" . $c_my . "'"; $correct_ans = $correct_ans +1; } else { $my_ans = 'Wrong'; $wrong_ans = $wrong_ans +1; } } //Next Country $s_cico=mysql_query("SELECT * FROM ce_dictionary where word REGEXP '^". $new_cc ."' and word not in ('' ".$last_cc.") order by rand() limit 1",$link); $s_cico1=mysql_fetch_array($s_cico); $word =$s_cico1['word']; $next_cc = substr($word, -1); $last_cc = $last_cc . ", '" . $word . "'"; ?>
Your Answer
Warning: Undefined variable $c_my in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 43
is
Warning: Undefined variable $my_ans in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 43
.
Correct :
Warning: Undefined variable $correct_ans in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 44
Wrong :
Warning: Undefined variable $wrong_ans in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 45

Word :
Warning: Undefined variable $word in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 52
Name a word starting with letter '
Warning: Undefined variable $next_cc in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 53

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 53
'.
Used word list
Warning: Undefined variable $last_cc in /home/u305548200/domains/examaxe.com/public_html/appsrc/Vocabulary-Game.php on line 66