Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort links on site PHP
04-17-2010, 02:11 AM
Post: #1
Sort links on site PHP
If you want to A-Z your links just use this code.
This is PHP code which you can use in HTML, just take a look into this thread :
http://www.pro9ramming.com/how-to-write-...-1206.html
Code:
<? for($i=65;$i<91;$i++) { ?>
<a href="<?=$PHP_SELF?>?letter=<?=chr($i)?>"><?=chr($i)?></a>
<?} ?>
As you can see it does sorting that depend on ASCII values from 65 to 91.

There's a fine line between genius and insanity. I have erased this line.
Oscar Levant
There's a fine line between an administrator and black hat hacker. I have erased this line.
Dr DEBCOL
Visit this user's website Find all posts by this user
Quote this message in a reply
04-17-2010, 04:50 PM
Post: #2
RE: Sort links on site PHP
Nice post. Special interesting for name list, addressees, nicks, all list you have to transform in descending order.

Read rules Smile
[Image: legislator.png]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: