Please I'd like to know how to create categories like: domain.com/page.php?categorie=index
I wanna know how to do pages using that
Ok, you want to use categories. But where is your problem? can't get the category from the url? don't know how to store data with a category index?
i don't know how to store data with a category index
If you use a database, just create a table with the categories: ID,CategoryName
And alter whatever table you have that holds the articles to add a column CategoryID
This CategoryID then refers to the ID field in the categories table.
Vincent:
I'm disappointed in you. What no "Read The Manual" edict?
Bruce
P.S. I enjoy reading your answers.
Dang did I leave that one out? sorry!
Fernando: Read the manuals!
Will that do Bruce? :-)