problème avec sourcerer

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • problème avec sourcerer

    ok merci .mais je travaille avec sourcerer.et j'ai un problème.
    Quand j'intègre du code html entre le code php ,j'obtient un page blanche.j'ai vérifié ett j'ai constaté que c'est parceque j'ai mis le code html entre le code php.

    voici mon code aider moi svp.



    {source}


    <!-- You can place html anywhere within the source tags -->


    <script language="javascript" type="text/javascript">
    // You can place JavaScript like this

    </script>

    <table bgcolor=#EEEEFF style="border:solid 1pt #000088; height:100px">
    <form method="get" action="<?php echo $_SERVER['PHP_SELF']?>" style="height:50px">

    <tr>
    <td><img src="images/username.png" width="16" height="16" alt="identifiant" /><?php echo TXT_LOGIN;?><br><input type="text" name="user_name" id="user_name" placeholder="Ex:0101GN01 CI" required /></td>
    <td><img src="images/password.png" width="16" height="16" alt="password please" /><?php echo TXT_PASSWORD;?><br>
    <input type="password" name="password" id="password" placeholder="Ex:17604040404" maxlength="15" required /></td>
    <td><?php echo TXT_REMEMBER;?><br><input type="checkbox" name="checkbox" id="checkbox" /></td>
    <td><br><input type="submit" value="Login"></td>
    </tr>

    </form>
    </table>



    <?php
    // You can place PHP like this
    if(isset($_COOKIE['usermane']) AND isset($_COOKIE['usermane']))
    {

    $username=$_COOKIE['usermane'];
    echo $username;

    }


    ?>


    {/source}

    merci

Annonce

Réduire
Aucune annonce pour le moment.

Partenaire de l'association

Réduire

Hébergeur Web PlanetHoster
Travaille ...
X