Summary(); } if ( $sub_action == 'detail' ) { $f_id=$_REQUEST['f_id']; $client=new Customer($cn,$f_id); $retour=sprintf('Retour', urldecode($_REQUEST['url'])); $client->Display(); echo $retour; } html_page_stop(); ?>