|
Posted by Geoff Berrow on 01/01/06 11:39
Message-ID:
<43b7909f$0$2291$5a62ac22@per-qv1-newsreader-01.iinet.net.au> from
TreatmentPlant contained the following:
>My father is a careers advisor who sends to his clients a monthly snail
>mail or email as a sort of newsletter. He has been doing this for
>years, so has a large number of files that he would like to have turned
>into some sort of online, searchable archive.
>
>I know a bit of web-based programming and database construction etc, but
>have no real idea where to start on this project?
I'd suggest you think about a database with the following fields
_article_id_, file_name, category, date_written, keywords, abstract
If you need a system where an article can be in more than one category
it can start to get more complex.
If you have phpMyadmin installed on your system this should be quite
easy to create.
Create a page with a list of your categories.
At this point you will need to know some PHP in order to query the
database and generate a list of links to the articles.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|