extranet/www/index_scorescf.php
2009-03-25 09:34:04 +00:00

7 lines
265 B
PHP

<?php
$title='score Credit Safe &copy; - Siren '.substr($_REQUEST['siret'],0,3).' '.substr($_REQUEST['siret'],3,3).' '.
substr($_REQUEST['siret'],6,3);
//echo "<!--_page=indiscore-->\n";
$page2='scorescf.php';
include('./pages/main.php');
?>