Sorry!! This message was duplicated! Ezequiel
"Ezequiel Sapoznik" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! I have to say that I'm new in PHP and I'm very glad of being part of it. > > I apologize for the questions that I am gonna make, but anyone with patience > will be appreciate. > > I have a DB with 4 rows, one is the indez, the second is an hyperlink to an > image and the other 2 are texts. > > I made an PHP code to receive the information of the DB: > > <?php > $db = mysql_connect("localhost", user , password); > mysql_select_db(efemerides,$db); > > $response = mysql_query("select * from biografias", $db); > while($row = > fetch_array($response)){ > echo("<br>"); > > print($row["banner_nombre"] ."<br>\n"); > > print($row["nombre"] ."<br>\n"); > > print($row["texto"] ."<br>\n"); > > } > > I need that the hyperlink (banner_nombre) brings the hyperlink and not a text. With >the code I receive the text. If anyone want to check the page, is located at >www.historiadelpais.com.ar/test.php > > Thank you for your help. > > Ezequiel > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php