Inscription2.php
<?php
inscription212_body.html
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup(); // fichier de langue
page_header('Inscription');
$template->set_filenames(array(
'body' => 'inscription212_body.html'
)); // fichier de théme
make_jumpbox(append_sid("{$phpbb_root_path}index.$phpEx"));
page_footer();
?>
<div class="content"><p>
Please fill the register blancks ...
<FORM Method="POST" Action="http://localhost/phpbb3/inscription3.php">
Telephone : <input type="text" name="telephone" /> <br /> <br /> <br /> <br /> <br /> <br />
Marital Staus : <input type="text" name="marital" /> <br /> <br /><br /><br /><br /><br /><br />
Conutry : <select name="country">
<option value="France">France</option>
<option value="Tunisia">Tunisia</option>
<option value="Algerie">Algerie</option>
</select> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
Sexe : <input type="radio" name="sexe" value="Male" id="Male" checked="checked" /> <label for="Male">Male</label>
<input type="radio" name="sexe" value="Female" id="Female" /> <label for="Female">Female</label> <br /> <br /><br /><br /><br /><br /><br /><br /><br />
<center> <INPUT TYPE=SUBMIT VALUE="next step"></FORM> next step <br /> <br /> <br /> <br /> <br /> </a> </center>
</p>
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->