Welcome Guest!
Please login
If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:
- Receive Fast Advice
- Learn Programming Languages
- Get Professional Website Reviews
- Quick Troubleshooting Assistance
|
|
Content Categorisation
This is a discussion on Content Categorisation, within the PHP section. This forum and the thread "Content Categorisation" are both part of the Programming Your Website category.
![]() ![]() |
Jun 9 2008, 09:09 AM
Post
#1
|
|
![]() New Squeeze ![]() Group: Members Posts: 2 Joined: 29-February 08 From: Nairobi, Kenya Member No.: 189 |
Hello Forums
I'm currently designing a website that needs content categorization for example in these page here. Is there anything I can install to have something like these that an admin has to login to edit the info? thanks -------------------- |
|
|
Jun 9 2008, 04:50 PM
Post
#2
|
|
![]() Squeezing ![]() ![]() ![]() Group: Members Posts: 60 Joined: 14-February 08 From: Las Vegas, NV Member No.: 122 |
Do you have any experience with PHP/MySQL? That's fairly easy to do with a relational db. You can do that like so:
Table: category -id -name Table: imems(or whatever your categorizing) -id -category_id -name Hello Forums
I'm currently designing a website that needs content categorization for example in these page here. Is there anything I can install to have something like these that an admin has to login to edit the info? thanks -------------------- The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
|
|
|
Jun 11 2008, 05:21 AM
Post
#3
|
|
![]() New Squeeze ![]() Group: Members Posts: 2 Joined: 29-February 08 From: Nairobi, Kenya Member No.: 189 |
Do you have any experience with PHP/MySQL? That's fairly easy to do with a relational db. You can do that like so: Table: category -id -name Table: imems(or whatever your categorizing) -id -category_id -name Im not so good in either but I can interprete some PHP. On the site I'm using Drupal 6.2 CMS, will that be any easier? -------------------- |
|
|
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
3 | jamesicus | 155 | 1st April 2008 - 10:42 AM Last post by: karinne |
|||
![]() |
7 | MikeHopley | 167 | 8th May 2008 - 08:13 AM Last post by: MikeHopley |
|||
![]() |
29 | MikeHopley | 388 | 16th June 2008 - 05:14 AM Last post by: Ryan |
|||
![]() |
9 | velo | 257 | 3rd June 2008 - 05:08 PM Last post by: velo |
|||
![]() |
6 | mv08jml | 240 | 24th June 2008 - 05:45 PM Last post by: Justify |
|||







Jun 9 2008, 09:09 AM









