Href
Posted: Wed Jun 04, 2003 9:20 am
The following problem is presented: I Have a board and desire to unfold the data. Then, desire to do a link to another page, click in any element of the same one.
How would be the instruction? (and I refer to the instruction stood out in red color)
mysql_connect("localhost","xx","yy");
$result=mysql_db_query("Publisher","select * from Medios");
echo "<table width=300 align=left border=2 bgcolor='#CCFFFF' cellpadding=1 cellspacing=1 >";
while($row=mysql_fetch_row($result))
{
echo
"<TR><TD>
<a href='sumamedio.php>?$row[1]'.$$row[0]></tr>";
?> </TD>
<?
}
echo"</table>";
How would be the instruction? (and I refer to the instruction stood out in red color)
mysql_connect("localhost","xx","yy");
$result=mysql_db_query("Publisher","select * from Medios");
echo "<table width=300 align=left border=2 bgcolor='#CCFFFF' cellpadding=1 cellspacing=1 >";
while($row=mysql_fetch_row($result))
{
echo
"<TR><TD>
<a href='sumamedio.php>?$row[1]'.$$row[0]></tr>";
?> </TD>
<?
}
echo"</table>";