Not sure if i'm asking this in the right forum, but....
I have a problem with my website, in particular 1 page that seems to be behaving oddly. Part of the code for the page is below, the results can be seen at
Basically, the variable $lg only works for the first hyperlink, not the second.
On the site, roll over "sort by Player Name" and the link would take you to plxman.php?lg=euro04, but on the "sort by No." link, plxman.php?lg="".
I hope i'm making sense, and that somebody can provide some insight.
TIA
Caff.
I have a problem with my website, in particular 1 page that seems to be behaving oddly. Part of the code for the page is below, the results can be seen at
Basically, the variable $lg only works for the first hyperlink, not the second.
On the site, roll over "sort by Player Name" and the link would take you to plxman.php?lg=euro04, but on the "sort by No." link, plxman.php?lg="".
I hope i'm making sense, and that somebody can provide some insight.
TIA
Caff.
Code:
$table = "
<table width=\"450\"
border=\"0\"
cellspacing=\"0\"
cellpadding=\"0\">
<tr>
<td> </td>
<td colspan=\"3\">
<font color=\"#006600\" size=\"-2\">
Sort by
<a href=\"plxman.php?lg=".$lg."&sortord=name\">
 Player Name 
</a> or 
<a href=\"plxman.php?lg=".$lg."&sortord=cnt\">
 No.<br>
</a>
</td>
</tr>";