108 av Gambetta 75020 PARIS | 01 43 61 96 75 | Café/Bar/Bistrot à Paris | Le Saint-Fargeau 
Qui sommes-nous ? l Contact l La société l Recrutement l Données personnelles l Mentions légales
Le St Fargeau © 2009 - Droits de reproduction et de diffusion réservés.
';
if(!isset($_SESSION['form'])) $_SESSION['form'] = array();
function check($field, $type = "", $value = "") {
$string = "";
if(isset($_SESSION['form'][$field])) {
switch($type) {
case "checkbox":
$string = 'checked="checked"';
break;
case "radio":
if($_SESSION['form'][$field] == $value) $string = 'checked="checked"';
break;
case "select":
if($_SESSION['form'][$field] == $value) $string = 'selected="selected"';
break;
default:
$string = $_SESSION['form'][$field];
}
}
return $string;
}
?>
☆ Contact ☆