php/Mysql $_session

php/Mysql $_session - PHP - Programmation

Marsh Posté le 12-05-2004 à 21:42:13    

$resultB= mysql_query ("SELECT * FROM partie WHERE PseudoB='$joueur'" );
$resultN= mysql_query ("SELECT * FROM partie WHERE PseudoN='$joueur'" );
while ($rangee = mysql_fetch_array($resultB))
 
{ echo  
" <table width='90%' border='2' cellspacing='0' cellpadding='5'>
<tr>
<td width='12%'><div align='center'><font face='Verdana' size='3' >BLANC</font></div></td>
<td width='12%'><div align='center'><font face='Verdana' size='3' >$rangee[2]</font></div></td>  
<td width='12%'><div align='center'><font face='Verdana' size='3' >$rangee[4]</font></div></td>
<td width='12%'><div align='center'><font face='Verdana' size='3' >$rangee[3]</font></div></td>
<td width='12%'><div align='center'><font face='Verdana' size='3' ><a href='echiquier.php?'>ENTREZ</a></font></div></td>
</tr>
</table>";
 
donc on aurra quelque chose comme ca:
 
Blanc / Data / Data / Data / lien
Blanc / Data / Data / Data / lien
Blanc / Data / Data / Data / lien
 
Je veux associé le lien a $rangee[0] et $rangee[1] qui seront transferés via $_session[partie] et  $_session[partie]
 
Merci ,
Romu

Reply

Marsh Posté le 12-05-2004 à 21:42:13   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed