<?php
define("SURVEY_TEMPLATE_SID",2);
/**
*
*
* @version $Id$
* @copyright 2003
**/
$the_full_file_path="c:\temp.txt";
require "dump_template_survey.php";
$thisteachersurvey=str_replace('%teachername%',"MEINTEST", $filestring);
echo $thisteachersurvey;
writeTempSQLfile($thisteachersurvey);
?>