AlCher
Karma: 0
|
Re:glossary.php - 2005/09/13 12:46
1. If 'strlen ($nav)-3', are not displayed (in html-code)at the end of last line of the alphabetic block "a>", only "</" If 'strlen ($nav)-1', all OK. Is displayed in html-code "</a>". But whether will be correct 'strlen ($nav)-1'?
2. If echo '<a href="'.$url.'">$i</a>'; that displayed in frontend 1 $i $i $i $i » If echo "<a href='".$url."'>$i</a>"; that displayed correct 1 2 3 4 5 »
Post edited by: AlCher, at: 2005/09/13 08:03
Post edited by: AlCher, at: 2005/09/13 08:21
|