>DansTonCode();

Tous les codes sourcespage 80

PHP
 12 June, 2013 à 10:25
#18
<?
if($GLOBALS["IS_REP_USER"])
   {
       $GLOBALS["AFF_DROITE"]=false;
       $GLOBALS["AFF_PUB_GAUCHE"]=false;
       if(!detectionAOL())
       {
           initSession();
           if($GLOBALS["IS_REP_USER"])
           {
              /* ... */
           }
       }
   }
?>
PHP
 30 May, 2013 à 11:06
#17
<?if($action=="modif")
    {?>
    <?=bouton("javascript:document.frmBien.submit();","Modifier l'intervention")?>
    <?}
    if($action=="ajout")
    {?>
    <?=bouton("javascript:document.frmBien.submit();","Ajouter une nouvelle intervention")?>
    <?}
    ?>