2 PHP Ideas I have

This is a discussion on "2 PHP Ideas I have" within the PHP Forum section. This forum, and the thread "2 PHP Ideas I have are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 18th, 2006, 16:24
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

  #2 (permalink)  
Old Oct 18th, 2006, 18:31
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 2 PHP Ideas I have

Quote:
Originally Posted by mikka23 View Post
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:
I don't mean this sarcastically at all, but the way to go about it is to learn php and mysql. My first book was "PHP and MySQL for Dynamic Web Sites" by Larry Ullman, and I would recommend it highly.

Quote:
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>
This would be fairly easy if it's coming from a database. My first php project was a code module that would read news articles from a database, putting the newest article in the top slot, second in the second etc. Incrementing <h1> would be trivial.

Quote:
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
This is unclear -- who is downloading what? -- but it doesn't sound like anything I've done anyway.
Reply With Quote
Reply

Tags
php script

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ideas tox0tes Flash & Multimedia Forum 6 Feb 12th, 2008 21:14
Any ideas? japaternoster Website Planning 3 May 23rd, 2007 10:17
Ideas???? bendaba Starting Out 3 Feb 23rd, 2007 07:13
Ideas? minute44 Web Page Design 11 Jul 13th, 2006 17:30
ideas please bigman andy69 Web Page Design 5 Jun 5th, 2006 19:34


All times are GMT. The time now is 05:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43