pbl lien

pbl lien - PHP - Programmation

Marsh Posté le 19-04-2003 à 12:47:17    

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 :
  1. [cpp] while($row = mysql_fetch_array($result)) {
  2.  echo "<tr>";
  3.         echo "<td><a href="----ICI----">".$row['url']."</a></td>";
  4.         echo "<td>".$row['langue']."</td>";
  5.  echo "<td><textarea cols=\"20\" rows=\"4\">".$row['description']."</textarea></td>";
  6.         echo "</tr>"."\n";
  7.     }
  8.     echo '</table>'."\n";


 
voili..merci pour votre aide

Reply

Marsh Posté le 19-04-2003 à 12:47:17   

Reply

Marsh Posté le 19-04-2003 à 13:10:22    

Code :
  1. while($row = mysql_fetch_array($result)) {
  2.  echo "<tr>";
  3.         echo "<td><a href=\"".$row['url']."\">".$row['url']."</a></td>";
  4.         echo "<td>".$row['langue']."</td>";
  5.  echo "<td><textarea cols=\"20\" rows=\"4\">".$row['description']."</textarea></td>";
  6.         echo "</tr>"."\n";
  7.     }
  8.     echo '</table>'."\n";


enfin, suivant le type d'url que tu as mis ds ta base...

Reply

Marsh Posté le 19-04-2003 à 13:17:34    

merci ridercrazy
 
...je chercher ds se sens mais bon j'avais un pbl de syntax :)  
 
thx :jap:

Reply

Marsh Posté le 03-05-2003 à 17:27:25    

:hello:  
salut, j'ai la même syntaxe que toi pour mon lien mais lorsque je clique il m'envoi sur http://THOR/mon%20site/ et puis l'adresse du site.  :??:  :??:  
echo "<div align=left><tr><td><hr>".$ligne['libelle']."</td>
          <td><hr>".$ligne['caracteristique']."</td><td><hr>".$ligne['prix']."</td>
                        <td><hr><a href=\"".$ligne['lien']."\">".$ligne['lien']."</a></td></tr>";
 

Reply

Marsh Posté le 03-05-2003 à 18:52:00    

:hello:  qlq 1 peut il m'aider svp!!!  :ange:

Reply

Sujets relatifs:

Leave a Replay

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