Roost3r
09-22-2002, 07:25 PM
Hi,
I'm creating a news site and each news article will have different sections/title to them... 1 article may have 5 sections while another might have 10 ... each section should be on its own page. This is how i would prefer the pages to be called
www.mysite.com/article.php?newsid=6&p=1
where newsid is the article and p is the page
can someone please give me a idea how i could store this into my mysql database? I'm having trouble finding out the best way to do this because since there are different amounts of sections for each article that would leave certain sections in my mysql database blank which probably would hurt performace
ANY help would be appreciated
I'm creating a news site and each news article will have different sections/title to them... 1 article may have 5 sections while another might have 10 ... each section should be on its own page. This is how i would prefer the pages to be called
www.mysite.com/article.php?newsid=6&p=1
where newsid is the article and p is the page
can someone please give me a idea how i could store this into my mysql database? I'm having trouble finding out the best way to do this because since there are different amounts of sections for each article that would leave certain sections in my mysql database blank which probably would hurt performace
ANY help would be appreciated