|
Show Search Results for, in your title August 19, 2007 10:22PM |
Registered: 5 years ago Posts: 20 |
|
Re: Show Search Results for, in your title August 19, 2007 11:42PM |
Registered: 6 years ago Posts: 791 |
|
Re: Show Search Results for, in your title August 20, 2007 12:13AM |
Registered: 5 years ago Posts: 20 |
|
Re: Show Search Results for, in your title December 16, 2007 06:40PM |
Registered: 5 years ago Posts: 59 |
|
Re: Show Search Results for, in your title December 17, 2007 12:18AM |
Registered: 6 years ago Posts: 791 |
|
Re: Show Search Results for, in your title December 17, 2007 04:43PM |
Registered: 5 years ago Posts: 59 |
|
Re: Show Search Results for, in your title December 18, 2007 12:13AM |
Registered: 6 years ago Posts: 791 |
print "<tr class=\"$class\"><td align=\"left\">".$word."</td><td> ".$weight."</td></tr>\n";Delete that row and replace it with the following:
print "<tr class=\"$class\"><td align=\"left\"><a href=\"../search.php?query=$word&search=1\">".$word."</td><td> ".$weight."</td></tr>\n";
$date = $row[2]; $avg = number_format($row[3], 1); print "<tr class=\"$class\"><td align=\"left\">".htmlentities($word)."</td><td align=\"center\"> ".$times."</td><td align=\"center\"> ".$avg."</td><td align=\"center\"> ".$date."</td></tr>";Delete the last row and replace it with the following:
print "<tr class=\"$class\"><td align=\"left\"><a href=\"../search.php?query=$word&search=1\">".htmlentities($word)."</td><td align=\"center\"> ".$times."</td><td align=\"center\"> ".$avg."</td><td align=\"center\"> ".$date."</td></tr>";
$elapsed = $row[2]; $results = $row[3]; print "<tr class=\"$class\"><td align=\"left\">".htmlentities($word)."</td><td align=\"center\"> ".$results."</td><td align=\"center\"> ".$time."</td><td align=\"center\"> ".$elapsed."</td></tr>";Delete the last row and replace it with the following:
print "<tr class=\"$class\"><td align=\"left\"><a href=\"../search.php?query=$word&search=1\">".htmlentities($word)."</td><td align=\"center\"> ".$results."</td><td align=\"center\"> ".$time."</td><td align=\"center\"> ".$elapsed."</td></tr>";
|
Re: Show Search Results for, in your title December 18, 2007 02:01AM |
Registered: 5 years ago Posts: 59 |
|
Re: Show Search Results for, in your title December 28, 2007 02:55AM |
Registered: 5 years ago Posts: 23 |