Bonjour,
j'ai un petit pbl de debutant...
j'ai fait une requete qui s'affiche dans un tableau, mais je n'arrive pas a diriger un lien vers sa 'valeur'
Code :
- [cpp] while($row = mysql_fetch_array($result)) {
- echo "<tr>";
- echo "<td><a href="----ICI----">".$row['url']."</a></td>";
- echo "<td>".$row['langue']."</td>";
- echo "<td><textarea cols=\"20\" rows=\"4\">".$row['description']."</textarea></td>";
- echo "</tr>"."\n";
- }
- echo '</table>'."\n";
|
voili..merci pour votre aide