Soldato
- Joined
- 12 Feb 2006
- Posts
- 17,631
- Location
- Surrey
so i got the news thing all working brilliantly, really impressed with it, the only thing i don't like about it is that the articles don't get their own page as the way i view them is to show articles with a specific category which means that i get all the articles and not one by one.
At the moment the tables for the articles in the database are, id, title, author, category, post and date.
Im thinking of something along the lines of when i submit php will copy a page and then rename it to the id as its unique, and then have the page do some php (this is where i have no clue on) and have it check the file name and get the id number from that, then do a mysql query and select the article with id="filename"
Is this possible and how would i go about doing it?
thanks
At the moment the tables for the articles in the database are, id, title, author, category, post and date.
Im thinking of something along the lines of when i submit php will copy a page and then rename it to the id as its unique, and then have the page do some php (this is where i have no clue on) and have it check the file name and get the id number from that, then do a mysql query and select the article with id="filename"
Is this possible and how would i go about doing it?
thanks