Tagged Questions
1
vote
1answer
29 views
Changing content of categories pages
I have a table called categoria with 10 rows:
(idcateg, descri) VALUES
(1, 'Action'),
(2, 'Classic'),
(3, 'Fight'),
(4, 'Others'),
(5, 'Puzzles'),
(6, 'Racing'),
(7, 'Shooting'),
(8, ...
1
vote
2answers
56 views
get the number of factories that are in a category
In this question, I asked about how to show the number of factories which are located in a specific category (using count).
I just want to do something like this:
Sidebar
------
Category1 (3)
...
0
votes
1answer
118 views
Wordpress MySQL Query for category pages
I am using this query on my wordpress index.php to display posts and sort them by date (oldest first ASC). I use this database query because query_posts didn't work for me for some reason.
...
3
votes
1answer
59 views
Codeigniter: How should I list categories in my sidebar? Should I query on every pageload, or is there an accepted way to cache this data?
I'm building a small storefront in Codeigniter and I was wondering what the accepted way to list categories is. Of course, making a query to the categories table on every pageload seems a little ...
1
vote
2answers
146 views
mySQL Select items from a category and its subcategories
I have 2 tables for items and categories. the categories table is self joint table.
Item Table has the following columns
ID, Item_Name, CategoryID
Categories Table has the following columns
CATID, ...
0
votes
2answers
295 views
Selecting from a database in a sub category when a category has been chosen in a form
I currently have this form - a snippet of which is below:
<li>
<label for="Catid">Pick a Category:</label>
<select name="Catid">
...
0
votes
0answers
34 views
Mysql DB Design Sections with no categories
Can anyone shed some light on how would I go about designing a DB for a news website.
Here is what I have so far. An articles table, a sections table and a categories table.
Each article will have a ...
-2
votes
1answer
39 views
How to group some fild and show in rows with PHP & MySQL [closed]
I have these fields in MySQL:
rpt_id, rpt_entrydate, rpt_exitdate, rpt_date
and the values of these fields are as follows:
1, 2012-11-02, 2012-11-03, 2011-11-26
2, 2011-11-23, 2012-11-16, ...
0
votes
2answers
93 views
Displaying products available in each parent category
I'm creating a report page to show a daily total of produce sold each day, using osCommerce. Here is the markup I have so far to display the category and subcategories:
<table border="0" ...
1
vote
1answer
307 views
wordpress custom mysql query to get only posts if a specific meta_key does not exists
I am trying to get the wp posts using custom query. Here is sql query:
SELECT p.*, IFNULL(SUM(vote), 0) AS vote_count, CAST(m.meta_value AS SIGNED) AS idea_count
FROM wp_posts p
INNER JOIN ...
0
votes
0answers
225 views
Displaying categories and subcategories and items in gridview with seo url
Finally I'm Create categories list tree Here's My Code
<?php
mysql_select_db($db_name, $conn); // Change for your database
$query_Recordset1 = "SELECT catid,catname,parentid,type FROM ...
1
vote
1answer
42 views
Can I create a few tables in one table, mysql? [closed]
I have one database with 6 tables.
One of the table is named category and it has 5 or 6 categories in it.
For example: Movie category that has the comedy, drama, thriller, horror, romance sub ...
-6
votes
1answer
173 views
Categories with sub categories [closed]
I am new in php and mysql i am facing a problem to creating categories, sub categories and sub of sub categories please any one tell me this i Google it a lot but didn't find a good answer
actually ...
0
votes
1answer
671 views
Listing Categories then subcategories in PHP from MySQL database
I've been working on a project to build a simple ecommerce system that's been going fine until I started working on displaying the navigation for categories.
When I build the categories in MySQL I ...
1
vote
1answer
54 views
MySQL Item attribute depending on category
Lets say I have a store which sells general products... for example clothes and computers.
An item can have only one category.
So I have items which have a category (clothes, computers, etc), and ...
1
vote
2answers
75 views
mysql query join: Pages in Sections OR Subsections, is there a better alternative to GROUP BY to elim dupes?
UPDATE: I am using the sql query shown in my question in production, but you are welcome to read the entire thread if you want to see an alternate approach to this, using sql with a UNION
I've ...
0
votes
0answers
46 views
How to import wiki categories and their relationships
I want to have wiki categories and its hirarchical relationship in my MYSQL database. For that I have imported the 2 wiki dumps to MYSQL. enwiki-20110901-categorylinks.sql and ...
0
votes
3answers
122 views
how to get products according to their category [closed]
I have made recently a catalog which have 2 categories (nokia,samsung)Now I want that when user click on nokia so nokia products should be appear and when user click on samsung so samsung products ...
-1
votes
1answer
98 views
How Can i use $_get with build_categories_options function
now i have create categories and create post is successful but when i edit my post i have problem if edit my post i will lose my category .. i need to get my category in table and i can change it
...
-1
votes
2answers
48 views
Order by category
Result i want:
campaign 1
offer 1.1
offer 1.2
offer 1.3
(and so forth)
campaign 2
offer 2.1
offer 2.2
offer 2.3
(and so forth)
These are my tables:
campaign (tablename)
...
0
votes
2answers
137 views
What is the most efficient way of storing and generating a hierarchy of categories?
I'm creating a basic shopping cart in PHP and was wondering, what is the best way of storing and generating a list of categories in a hierarchy format with unlimited subcategories?
Currently I load ...
2
votes
1answer
79 views
Categorize and structure database
I've been pondering the best way to approach the structure of this database. What I have so far is:
table category
cat_id (PK)
title
table sub_cat
sc_id (PK)
cat_id (FK)
title
This is all ...
0
votes
4answers
554 views
Expressionengine mysql help needed! - get entry from category A & (B OR C)
I've been struggling with this for a couple of days and I'm getting nothing back from the EE forums. Essentially I'm trying to do this (see the category bit):
{exp:channel:entries channel="events" ...
0
votes
1answer
167 views
Forum MySQL Category, Thread, Post
I know there's a bunch of threads similar to this and I looked over many, but was unable to find a solution. So, I have one table called "forum" that houses my Categories (num_type=0), Threads ...
0
votes
1answer
50 views
MySQL Grouping Forums & its subForums into same group before doing greatest-n-per-group
On a webpage, I want to show a list of Forums (parent_id = 0)
and for each Forum, show the latest (newest) 3 topics in the group of that Forum AND its subForums
APPLE (Forum)
iPad3 Apr 12 ...
4
votes
1answer
425 views
MYSQL Get results assigned to multiple “categories” maybe using JOIN?
I am new to the world of mysql and I'm having some trouble getting the data I need from a database.
The 2 tables I have are...
Results
ID | TITLE | LOTS OF OTHER DATA |
1 | res1 | ...
1
vote
1answer
610 views
How to add categories/sub categories in Magento using MySql
I want to add categories and their sub categories in Magento using MySql. I am not that much aware of EAV architecture. So far I have found that catalog_category_entity is the table that describes ...
0
votes
1answer
102 views
How to get a multidemensional array from the database?
I know the title may not be exactly what this is about but bear with me.
I don't know how another title for this.
Well look this is my situation.
I'm building a little cms system (for myself and to ...
0
votes
4answers
363 views
How to get a list of categories from database with php?
I have a column in my database called 'category' that contains the name of the individual category that each blog post is in ('cars','books','movies').
I need to create a list that contains each of ...
0
votes
2answers
187 views
How to INNER JOIN more than two categories?
I'm a little confused in here and need some help...
the situation is I've made three tables(fr_Leagues, fr_nations and fr_confeds), all i want to do is add a league which shows the name of the ...
0
votes
1answer
171 views
Why is this PHP function not passing all variable data?
I'm battling it out with the Interspire shopping cart and my dodgy coding skills once again. :)
My goal is to create a category listing similar to the category block on the front page of ...
0
votes
1answer
47 views
Do not bring a line of tables
Alright, let's to business ...
say I have a category (categoyid) '150 ', and would not bring anything that is in that category .....
It turns out that an article may be in multiple categories, and ...
0
votes
1answer
738 views
Wordpress custom QUERY
I need to do select from Post table, each post is related to one category and on tag.
I need to select specific tag/s and/or category/s.
Terms table have custom field "menu_order", it is used to set ...
0
votes
3answers
396 views
How do I get the first level category to display only once?
I have a table set up in mysql as follows:
I would like to create a sidebar category navigation with Parent category - subcategories - and possible third level categories which I have stored in ...
1
vote
2answers
213 views
PHP echo category names in mysql table
I have a table in my mysql database that looks like the following:
id | category | title
1 | blue | title1
2 | green | title2
...
1
vote
2answers
77 views
User input categories
(PHP, MySQL, HTML)
I want users at my site to be able to submit text. I also want them to type in their own categories for this text. I currently have a textarea, with a maxlenght of 100, where they ...
1
vote
4answers
215 views
PHP MySQL item categories
I'm trying to display a list of items with their name and all categories they belong to.
My database structure is:
Items table with Id, Item_Name.
Categories table with Id, Category_Name
...
6
votes
4answers
2k views
MySQL: Understanding mapping tables
When building a category navigation system for a business directory with a many to many relationship, I understand that it is good practise to create a mapping table.
Category Table ( CategoryId, ...
1
vote
1answer
2k views
unlimited categories/subcategories with MYSQL
I'm trying to build a category/subcategory class with php & MySQL.
I am stuck with the following problem:
I want to make a selection of all categories in an ordered way like it's showed in the ...
2
votes
2answers
3k views
Update batch with CodeIgniter
I'm trying to do a small open CMS with CodeIgniter and I'm now working on the categories system.
I'm really stuck with that and after many tries and forum post I didn't solve it.
I have 2 mySQL ...
3
votes
3answers
171 views
Mixing different categories results, ordered by score in MySQL
In my PHP application, I have a mysql table of articles which has the following columns:
article_id articletext category_id score
Each article has a score which is calculated based on how ...
0
votes
1answer
372 views
mySQL query for getting cascading items count in categories table
I have a categories tree table
id, parent_id, name, count
and other tables that are connected trough category_id that are irrelevant now..
with various queries I get the count (products, users, ...
0
votes
1answer
121 views
Omitting Wikipedia maintenance categories from sql query
I am retrieving a list of categories for a given page_title, but the results include categories such as:
"All_articles_to_be_split"
"Articles_with_unsourced_statements_from_July_2008"
...
0
votes
2answers
436 views
A SQL query that acquires the list of categories given a page title from Wikipedia
Given a Wikipedia page title, I'd like to acquire its categories. However, I cannot seem to find where to do this efficiently.
Here is the page table:
http://www.mediawiki.org/wiki/Manual:Page_table
...
2
votes
1answer
875 views
Select and Browse Categories and Subcategories Stored in Separate Tables
I'm looking for a solution to list and browse categories and subcategories and their records (classified ads), when you store category levels in separate tables. In the past I have worked with the ...
2
votes
1answer
1k views
Faceted searching and categories in MySQL and Solr
I'd like to be able to do a search page similar to ebay or newegg where you can select categories and different facets depending on the categories - could anybody point me in the right direction?
How ...
0
votes
4answers
870 views
PHP, MySQL, Categories and Subcategories - The Deletion
I have a MySQL table like this:
CREATE TABLE categories
(
ID INT NOT NULL,
Name VARCHAR(100) NULL,
Parent INT NULL,
PRIMARY KEY (ID)
)Engine=InnoDB
What I'd like to do is ...
0
votes
2answers
695 views
How can I use column values as column names in MySQL
I have a table that looks like this:
|date |category_id|val
|2010-08-09|1 |2
|2010-08-09|2 |45
|2010-08-10|3 |1500
|2010-08-10|2 |4
I would like to select ...
2
votes
2answers
170 views
MySQL: how would I go about displaying simple “categories” for this?
I'm wishing for a simple index more or less with my PHP note taking software, each note has a "language" field for the programming language its written in. When I iterate through each entry in a while ...
1
vote
1answer
110 views
categories and items 1 big array
I've made some search on the forum without any good answers for my problem. If I missed something, feel free to link me to the question!
What I need to do is simple: a function that returns an array ...
