View Single Post
  #5  
Old 12-11-2001, 01:03 AM
Uranium-235's Avatar
Uranium-235 Uranium-235 is offline
Administrator
 
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
Send a message via ICQ to Uranium-235 Send a message via AIM to Uranium-235
Default Re: Are there any PHP gurus out there?

ah. here are some pages of what I've done.

links.php:
All links are database stored, and the catagories are too. When you create a link you choose the catagorey it's under (in the admin pages). And it puts in in that catagorey in the displayed page. If a catagorey is deleted all links under it are automtically moved to a catagorey called "linkcache". The linkcache is not displayed on the main page. The linkcache cannot be deleted (I've hardcoded it not to be). And from there you can move links out of the linkcache into other catagories.

Now one of the cooler things I've done (attached image) is the ability to reorder the catagories (as you see I've disabled the moving of the linkcache). Here's the link page

http://dynamic2.gamespy.com/~extreme/links.php
Reply With Quote