7 lines
271 B
PHP
7 lines
271 B
PHP
<?php
|
|
$title='Compétences Territoriales - Siren '.substr($_REQUEST['siret'],0,3).' '.substr($_REQUEST['siret'],3,3).' '.
|
|
substr($_REQUEST['siret'],6,3);
|
|
//echo "<!--_page=competences-->\n";
|
|
$page2='competences.php';
|
|
include('./pages/main.php');
|
|
?>
|