View Single Post
  #1 (permalink)  
Old Oct 18th, 2006, 16:24
mikka23 mikka23 is offline
Reputable Member
Join Date: May 2006
Location: Scotland
Age: 18
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
2 PHP Ideas I have

Okay I don't know any php but would like to know if the following is possible and if so how to go about it:

1. I have a news script and would like the title of the news article to be given a header tag which increases as you go down the page. EG I have my top article with title <h1> my second title <h2> all the way down the page until it reaches say <h5>. After <h5> it calls all the articles below that <h5>


2. Download management system. It would be good If I could get a simple download management system to make adding downloads easier:
- categories
- title
- url to download
- description
- thumbnail

added bonus click counter and easy applied search feature.

Im not sure how easy it is to do these but I assume for the download management the information can be submitted through a form into a mysl database then the record set echoed to the download page. Not sure how to get in categories or do any of that though
Reply With Quote