IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Langage PHP Discussion :

[Tableaux] Problème d'affichage


Sujet :

Langage PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Profil pro
    Inscrit en
    Février 2004
    Messages
    149
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2004
    Messages : 149
    Par défaut [Tableaux] Problème d'affichage
    Bonjour
    J'ai fait une section membres mais j'ai un soucis.
    Si un utilisateur s'enregistre et qu'il va dans un tableau ou s'affiche ses donnée,tout marche nikel.
    Mais si un utilisateur se connecte et qu'il veut voir ses donnés,seulle son login s'affiche.
    Le code source du tableau:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
     
    <?php
         session_start();
         if(!isset($_SESSION['login']))
         {
                  header('location:erreur.html');
          }
          ?>
    <?
    $sql["serveur"]='mysql.webzzanine.net';
    $sql["login"]='******';
    $sql["pass"]='*****';
    $sql["base"]='*******';
     
    $sql["connect"]=mysql_connect($sql["serveur"],$sql["login"],$sql["pass"])or die ("impossible de se connecter, réessayé plus tard");
    $sql["select_base"]=mysql_select_db($sql["base"],$sql["connect"])or die ("erreur de connexion base");
     
    ?>
    <HTML>
    <HEAD><?php
         session_start();
         if(!isset($_SESSION['login']))
         {
                  exit;
          }
    ?>
    <TITLE>Teams-Seek CSteam</TITLE>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta name="generator" content="teams-speak">
    <style type="text/css">
    <!--
    .Style1 {
        color: #0000CC;
        font-family: "Times New Roman", Times, serif;
        font-size: 24px;
    }
    .Style9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
    -->
    </style>
    </HEAD>
     
     
    <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="images/bg.gif"><center><script type="text/javascript"><!--
    google_ad_client = "pub-7489138844044272";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "CCCCCC";
    google_color_bg = "FFFFFF";
    google_color_link = "000000";
    google_color_url = "666666";
    google_color_text = "333333";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></center>
    <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="images/bg.gif">
    <TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
        <TR>
            <TD ROWSPAN=4>
                <IMG SRC="images/index_01.jpg" WIDTH=24 HEIGHT=202 ALT=""></TD>
            <TD COLSPAN=2>
                <IMG SRC="images/index_02.jpg" WIDTH=142 HEIGHT=29 ALT=""></TD>
            <TD COLSPAN=4 height="29" background="images/index_03.jpg">
                <p align="center">&nbsp;</p></TD>
            <TD ROWSPAN=4>
                <IMG SRC="images/index_04.jpg" WIDTH=22 HEIGHT=202 ALT=""></TD>
        </TR>
        <TR>
            <TD>
                <IMG SRC="images/index_05.jpg" WIDTH=136 HEIGHT=128 ALT=""></TD>
            <TD COLSPAN=3>
                <IMG SRC="images/index_06.jpg" WIDTH=382 HEIGHT=128 ALT=""></TD>
            <TD COLSPAN=2>
                <IMG SRC="images/index_07.jpg" WIDTH=236 HEIGHT=128 ALT=""></TD>
        </TR>
        <TR>
            <TD COLSPAN=5 height="30" background="images/index_08.jpg">
                <div align="left">
                <table cellpadding="0" cellspacing="0" width="515">
                    <tr>
                        <td width="118" height="15">
                            <p align="center"><span style="font-size:8pt;"><font face="Verdana" color="#474747"><img src="images/btn_fleche.gif" width="8" height="7" border="0"> 
                            Accueil</font></span></p>                    </td>
                        <td width="118" height="15">
                            <p align="center"><span style="font-size:8pt;"><font face="Verdana" color="#474747"><img src="images/btn_fleche.gif" width="8" height="7" border="0"> 
                            Téléchargements</font></span></p>                    </td>
                        <td width="118" height="15">
                            <p align="center"><span style="font-size:8pt;"><font face="Verdana" color="#474747"><a href="http://www.teamsseek.rf.lv/forum/"><img src="images/btn_fleche.gif" width="8" height="7" border="0">&nbsp;Forum</a></font></span></p>                    </td>
                        <td width="118" height="15">
                            <p align="center"><span style="font-size:8pt;"><font face="Verdana" color="#474747"><img src="images/btn_fleche.gif" width="8" height="7" border="0">&nbsp;Contact</font></span></p>                    </td>
                        <td width="118" height="15">
                            <p align="center"><span style="font-size:8pt;"><font face="Verdana" color="#474747"><img src="images/btn_fleche.gif" width="8" height="7" border="0">&nbsp;Liens</font></span></p>                    </td>
                    </tr>
                </table>
                </div></TD>
            <TD>
                <IMG SRC="images/index_09.jpg" WIDTH=143 HEIGHT=30 ALT=""></TD>
        </TR>
        <TR>
            <TD COLSPAN=6>
                <IMG SRC="images/index_10.jpg" WIDTH=754 HEIGHT=15 ALT=""></TD>
        </TR>
        <TR>
            <TD background="images/index_11.jpg">&nbsp;      </TD>
            <TD COLSPAN=3 background="images/index_12.jpg">
                <table align="center" cellpadding="0" cellspacing="0" width="162">
                    <tr>
                        <td width="160">
                            <p><img src="imgs_menu/1.jpg" width="160" height="39" border="0"></p>                    </td>
                    </tr>
                    <tr>
                        <td width="160">                                    <ul type="circle">
                                            <li><a href="index.html"><span style="font-size:8pt;"><font face="Verdana" color="#474747">Accueil</font></span></a></li>
                                            <li><a href="war.html"><span style="font-size:8pt;"><font face="Verdana" color="#474747">recherche wars</font></span></a></li>
                                            <li><a href="recrutement.html"><span style="font-size:8pt;"><font face="Verdana" color="#474747">recherche recruteurs</font></span></a></li>
                                            <li><a href="cours.html"><span style="font-size:8pt;"><font face="Verdana" color="#474747">cours counter-strike</font></span></a></li>
                                            <li><a href="telechargement.html"><span style="font-size:8pt;"><font face="Verdana" color="#474747">telechargements</font></span></a></li>
                                            <li><a href="inscription.php"><span style="font-size:8pt;"><font face="Verdana" color="#474747">inscription</font></span></a></li>
                                            <li><a href="connexion.php"><span style="font-size:8pt;"><font face="Verdana" color="#474747">conexion</font></span></a></li>
                                        </ul>                    </td>
                    </tr>
                    <tr>
                        <td width="160">
                            <p><font color="#474747"><img src="imgs_menu/menu2.jpg" width="160" height="39" border="0"></font></p>                    </td>
                    </tr>
                    <tr>
                        <td width="160">                                    <ul type="circle">
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747"><a href="mateam.php">info/Ma team</a></font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747"><a href="addwar.html">poster war</a></font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire3</font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire4</font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire5</font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire6</font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire7</font></span></li>
                                            <li><span style="font-size:8pt;"><font face="Verdana" color="#474747">Partenaire8</font></span></li>
                                        </ul>                    </td>
                    </tr>
              </table></TD>
            <TD COLSPAN=3 background="images/index_13.jpg"><div align="center" class="Style1">Informations sur votre team          </div>
              <table width="599" height="822" border="3" bordercolor="#3366FF" bgcolor="#99CCFF">
                <!--DWLayoutTable-->
                <tr>
                  <td width="262" height="2"></td>
                  <td width="317" rowspan="2"><form name="form1" method="post" action="">
                      <label></label>
                      <input name="textfield62" type="text" value="<?php echo $_SESSION['team']; ?>">
                  </form>
                    </td>
                </tr>
                <tr>
                  <td height="93" valign="top"><p class="Style9">&nbsp;</p>
                      <p class="Style9">Nom de votre Team : </p></td>
                </tr>
                <tr>
                  <td height="84"><span class="Style9">Level de votre Team </span></td>
                  <td><form name="form4" method="post" action="">
                    <label>
                    <input name="textfield625" type="text" value="<?php echo $_SESSION['']; ?>">
                    </label>
                  </form>              </td>
                </tr>
                <tr>
                  <td height="82"><span class="Style9">Site Web : </span></td>
                  <td><input name="textfield62" type="text" value="<?php echo $_SESSION['sweb']; ?>">&nbsp;</td>
                </tr>
                <tr>
                  <td height="84"><span class="Style9">Recrute : </span></td>
                  <td><input name="textfield624" type="text" value="<?php echo $_SESSION['']; ?>"></td>
                </tr>
                <tr>
                  <td height="73"><span class="Style9">Serveur : </span></td>
                  <td><input name="textfield622" type="text" value="<?php echo $_SESSION['serv']; ?>"></td>
                </tr>
                <tr>
                  <td height="69"><span class="Style9">Email : </span></td>
                  <td><form action="" method="get" name="" id="" onMouseDown="" onMouseUp="textdisa()" onMouseOver="" onMouseMove="textdisa()" onMouseOut="textdisa()" onKeyPress="textdisa()">
                      <label></label>
                      <input name="textfield623" type="text" value="<?php echo $_SESSION['mail']; ?>">
                  </form></td>
                </tr>
                <tr>
                  <td height="71"><span class="Style9">Infos sur vous ou votre team: </span></td>
                  <td><form name="form8" method="post" action="">
                      <label></label>
                      <input name="textfield6232" type="text" value="<?php echo $_SESSION['infos']; ?>">
                  </form></td>
                </tr>
                <tr>
                  <td height="78"><span class="Style9">Pseudo : </span></td>
                  <td><form name="form1" method="post" action="">
                      <label>
                      <input name="textfield6" type="text" value="<?php echo $_SESSION['login']; ?>">
                      </label>
                  </form></td>
                </tr>
                <tr>
                  <td height="78"><span class="Style9">Nouveaux mot de passe : </span></td>
                  <td><form name="form9" method="post" action="">
                      <label>
                      <input type="text" name="textfield7">
                      </label>
                  </form></td>
                </tr>
                <tr>
                  <td height="78"><span class="Style9">Jeux : </span></td>
                  <td><form name="form2" method="post" action="">
                    <label>
                    <input name="textfield626" type="text" value="<?php echo $_SESSION['']; ?>">
                    </label>
                  </form>              </td>
                </tr>
              </table>
              <P align="center" style="margin-right:8; margin-left:8;">
              <p>&nbsp;</p> <form method="link" action="modifteam.html">
                <div align="center">
                  <input name="submit" type="submit" value="modifier">
                </div>
              </form>
              <p>&nbsp;</p>
              <p>&nbsp;</p>
              <p>&nbsp;</p>
              <P align="justify" style="margin-right:8; margin-left:8;">
              <P align="justify" style="margin-right:8; margin-left:8;"><span style="font-size:8pt;"><b><span style="font-size:8pt;">
     
                                        </span></b>          <P align="justify" style="margin-right:8; margin-left:8;"><b><span style="font-size:8pt;"><center></center>
     
     
     
    </span></b></P></TD>
            <TD background="images/index_14.jpg">&nbsp;      </TD>
        </TR>
        <TR>
            <TD ROWSPAN=3>
                <IMG SRC="images/index_15.jpg" WIDTH=24 HEIGHT=57 ALT=""></TD>
            <TD COLSPAN=6>
                <IMG SRC="images/index_16.jpg" WIDTH=754 HEIGHT=10 ALT=""></TD>
            <TD ROWSPAN=3>
                <IMG SRC="images/index_17.jpg" WIDTH=22 HEIGHT=57 ALT=""></TD>
        </TR>
        <TR>
            <TD COLSPAN=5 background="images/index_18.jpg">&nbsp;            </TD>
            <TD>
                <a href="http://www.kitgratos.net" target="_blank"><IMG SRC="images/index_19.jpg" BORDER=0 WIDTH=143 HEIGHT=31 ALT=""></a></TD>
        </TR>
        <TR>
            <TD COLSPAN=6>
                <IMG SRC="images/index_20.jpg" WIDTH=754 HEIGHT=16 ALT=""></TD>
        </TR>
        <TR>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=24 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=136 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=19 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=357 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=93 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=143 HEIGHT=1 ALT=""></TD>
            <TD>
                <IMG SRC="images/spacer.gif" WIDTH=22 HEIGHT=1 ALT=""></TD>
        </TR>
    </TABLE>
    </center>
    <center><!-- SiteSearch Google -->
    <form method="get" action="http://www.google.fr/custom" target="google_window">
    <table border="0" bgcolor="#cccccc">
     
     
    .........

  2. #2
    Membre confirmé
    Profil pro
    Inscrit en
    Février 2004
    Messages
    149
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2004
    Messages : 149
    Par défaut
    .............
    La suite :


    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
     
    <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    <a href="http://www.google.com/">
    <img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
    </td>
    <td nowrap="nowrap">
    <input type="hidden" name="domains" value="Teams-Seek"></input>
    <input type="text" name="q" size="31" maxlength="255" value=""></input>
    <input type="submit" name="sa" value="Rechercher"></input>
    </td></tr>
    <tr>
    <td>&nbsp;</td>
    <td nowrap="nowrap">
    <table>
    <tr>
    <td>
    <input type="radio" name="sitesearch" value="" checked="checked"></input>
    <font size="-1" color="black">Web</font>
    </td>
    <td>
    <input type="radio" name="sitesearch" value="Teams-Seek"></input>
    <font size="-1" color="black">Teams-Seek</font>
    </td>
    </tr>
    </table>
    <input type="hidden" name="client" value="pub-7489138844044272"></input>
    <input type="hidden" name="forid" value="1"></input>
    <input type="hidden" name="ie" value="ISO-8859-1"></input>
    <input type="hidden" name="oe" value="ISO-8859-1"></input>
    <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
    <input type="hidden" name="hl" value="fr"></input>
    </td></tr></table>
    </form>
    <!-- SiteSearch Google -->
    <script type="text/javascript" src="http://www.abcompteur.com/cpt/?code=9/51/6138/4/1&ID=64810"></script></center>
    </BODY>
    </HTML>
    ?>
    Merci

  3. #3
    Membre émérite
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    1 012
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 1 012
    Par défaut
    franchement si tu espères avoir une vraie réponse, tu devrais peut-être commencer par élaguer un peu ton code pour ne garder que ce qui est significatif

    à moins que tu n'aies la chance de tomber sur un bonne âme qui s'ennuie...

  4. #4
    Membre confirmé
    Profil pro
    Inscrit en
    Février 2004
    Messages
    149
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2004
    Messages : 149
    Par défaut
    Bin je penssais qu'il etait preferable de tout montrer pour etre sur

  5. #5
    Membre éprouvé
    Avatar de Anduriel
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Février 2004
    Messages
    2 290
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration

    Informations forums :
    Inscription : Février 2004
    Messages : 2 290
    Par défaut
    Citation Envoyé par covin85
    Bin je penssais qu'il etait preferable de tout montrer pour etre sur
    Bein non

Discussions similaires

  1. [Tableaux] problème d'affichage de mes checkbox
    Par parko dans le forum Langage
    Réponses: 11
    Dernier message: 04/09/2007, 10h32
  2. Réponses: 14
    Dernier message: 08/03/2007, 16h39
  3. [Tableaux] problème d'affichage visuel dans fenêtre
    Par kitty2006 dans le forum Langage
    Réponses: 2
    Dernier message: 19/09/2006, 17h23
  4. Réponses: 3
    Dernier message: 07/04/2006, 16h06
  5. Réponses: 3
    Dernier message: 11/01/2006, 17h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo