SurveyInit($_GET['anketa']); echo "
"; echo SurveyInfo::getInstance()->getSurveyTitle(); echo "
"; $string = SurveyInfo::getInstance()->getSurveyTitle(); $string = iconv ("UTF-8", "CP1250", $string); for($i = 0; $i < strlen($string); $i++) { echo $string[$i]." -> ".ord($string[$i])."
"; } ?>