<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Tykayn 2</title>
		<link rel="stylesheet" media="screen" type="text/css" title="Mon design" href="../design.css" />
		<link rel="shortcut icon" type="x-icon/png" href="../img/favicon.png" />
    </head>
    <body>
		
			<div class="corps">
		<div class="logo">	</div>
		<div class="icon num">	</div>
			<div class="icon ouinon">	</div>
			<div class="icon txt">	</div>
			<div class="icon email">	</div>
			<div class="icon sexe">	</div>
			<div class="icon box">	</div>
			<div class="icon liste">	</div>
			<div class="icon age">	</div>
		<div class="main">
		
		
		<div class="new2">
		<?php
		
		$numero_sondage_new=1;
		// put your code here
		require'class/builder.php';
		$builder = new builder();
		
		$builder->table($numero_sondage_new,$_POST);
		print_r($_POST);
		?>
		<div class="">

		</div>
    </body>
</html>
