Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
categories
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
…paper into at least two or more of the following
categories
: - Computer Science - Physics - Mathematics - Statistics … the exact case sensitivity and spelling of the
categories
provided above. text: Title: {}\nAbstract: {}&…
Re: WooCommerce Duplicate Categories
Programming
Web Development
2 Months Ago
by simplixi
…not for a production website.** Now having duplicate
categories
in WooCommerce after importing demo content as this … happens due to the import process creating new
categories
instead of matching with existing ones**. Some steps…to automate the process of finding and merging duplicate
categories
**Review Import Settings** * If you plan to …
Re: Please review my site
Programming
Web Development
2 Months Ago
by jasper-king
The site looks nice with many useful tutorials and
categories
related to online streaming. Also, I like the floating menu that helps you to find right content. You did a good job with the website :)
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… usage of IE is lower than 0.4%. In some
categories
of web apps, it's around 0.1%, while in…
Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination
Programming
Web Development
2 Months Ago
by blud
… first thing is to figure out which of those sub
categories
this falls into. This can sometimes be defined on the…
Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
… in mysql tables. The tables are set out as so:
categories
id: int(10) primary ai null(no) category: varchar…null(no) cat_id: int(10) I have code to add
categories
to the category table. And I have code to add… the products for that category are displayed. And for
categories
with subcategories the products for each subcategory are displayed when…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by urtrivedi
… solving this problem in past. Table pair gives unlimited
categories
or not
categories
at all. This is same as directory structure in…;Items" group) Product_level (This is to keep track of
categories
and items properly) child_prod_id, parent_prod_id, level_no 0,0,0 (root…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
…end ) ); } ).show(); } And the menu with the
categories
and subcategories <?php include 'connect.php'; $q = "…, GROUP_CONCAT(s.subcategory) AS sublist FROM
categories
AS c LEFT JOIN subcategories AS s ON…products table! My tables are set up as such;
categories
: cat_id - int(10) ai category - varchar(…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
… that if some products will have the id from the
categories
table and some will have the id from the subcategories…, is there any way I can maybe have id in
categories
be even numbers and ai by 2 and id in…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
… cat_id in the products table to display products for these
categories
? I need it to go like this in my web…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
… one more thing on this? When I click on a
categories
subcategories, it shows me the products that are in one…, c.cat_id, s.subcat_id, GROUP_CONCAT(s.subcategory) AS sublist FROM
categories
AS c LEFT JOIN subcategories AS s ON c.cat_id…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by pixelsoul
… your example code. If you are trying attribute products to
categories
and subcategories, then the products table should have two columns…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
…, c.cat_id, s.subcat_id, GROUP_CONCAT(s.subcategory) AS sublist FROM
categories
AS c LEFT JOIN subcategories AS s ON c.cat_id…
Re: Categories and subcategories
Programming
Web Development
12 Years Ago
by GlenRogers
…, c.cat_id,GROUP_CONCAT(s.subcat_id,'|', s.subcategory ) AS sublist FROM
categories
AS c LEFT JOIN subcategories AS s ON c.cat_id…
Categories subcategory. PHP
Programming
Web Development
11 Years Ago
by marin cristina
hello as I could have and I
Categories
subcategory. PHP For example:
Categories
- Action / Horror / Comedy series - to be Category Tv Series - Arron…
Re: Categories subcategory. PHP
Programming
Web Development
11 Years Ago
by marin cristina
so .... on my website in
Categories
: echo " <li onclick=\"isskleisti('en')\"> &…
Categories SubNav
Programming
Web Development
16 Years Ago
by Besherek
… a navigation. I didn't want to hard code the
categories
because I want to be able to change them using…
Re: phpBB Sub-Categories?
Digital Media
Digital Marketing
19 Years Ago
by mmiikkee12
Categories
Hierarchy...
Getting products details from categories / subcategories with AJAX call
Programming
Web Development
12 Years Ago
by jkon
…This is an example of getting products details from
categories
– subcategories using ajax call. I am fond … can be categorized , so we have
categories
of them. The
categories
can have either subcategories or are a … products, here are the create table of them CREATE TABLE `
categories
` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `PARENT_ID…
n level categories and products display based on parent id using php
Programming
Web Development
9 Years Ago
by aishu_15
…category_id = $_GET['id']; # Get
categories
$
categories
= array(); $qry = mysql_query("SELECT * FROM
categories
WHERE parent_id='".$category_id."' AND … # Get totals $qry_total = "SELECT COUNT(*) FROM
categories
WHERE parent_id='".$category_id."' AND status = '1'";…
Re: Need help with DB Schema - Post with multiple Categories and SubCategories
Programming
Databases
6 Years Ago
by AndrisP
… default current_timestamp on update current_timestamp ); alter table `
categories
` add constraint `unique_title` unique key(`title`); alter… `parent_id` = `v_parent_id`; end $$ delimiter ; insert into `
categories
`(`title`,`description`) values ('title-1','description-1') ,('title-2','description…
Re: How to Categories Menu Slider with CSS
Digital Media
UI / UX Design
15 Years Ago
by peter_budo
…-index:120; background-color:#222; padding-bottom:16px; } #
categories
:hover{ right:0px; } #
categories
h4{ cursor:pointer; background-color:#000000; padding:10px; color…:center; position:absolute; left:-30px; width:10px; } #
categories
ul, #
categories
h5{ margin:0px 16px; } #
categories
h5{ font-variant:small-caps; color:#FFFFFF; margin…
Logic Behind Blog Categories ?
Programming
Web Development
13 Years Ago
by phplover
… CHARSET=utf8; I have another table called
categories
: CREATE TABLE IF NOT EXISTS `
categories
` ( `id` int(10) unsigned NOT…do in regards to the html and displaying the
categories
from database, but the logic i am stuck on…how people generally deal with this sort of thing like
categories
? 2) another possible problem i may encounter in …
Re: Get categories by category type ???
Programming
Web Development
10 Years Ago
by afaaro
…while($data = dbarray($result2)){ $
categories
[] = $data; } return $
categories
; @mysql_free_result($result); } $
categories
= load_categories(); $return = array(); foreach($
categories
as $id => $data){… href='".FUSION_SELF.$aidlink."&page=
categories
&subpage=add&action=delete&…
Directory or Product Listing Categories
Programming
Web Development
2 Years Ago
by borobhaisab
…Open Directory or Dmoz were directories with
categories
and subcategories and sub-sub
categories
etc. ? I need to have a… list of such
categories
. Link listing
categories
. Trying to build a link directory. Where can …I get the lists of popular
categories
that websites would find handy enough to list their…
Re: Dropdown categories with sub-categories
Programming
Web Development
14 Years Ago
by showman13
… fine, with a 2 space offset for sub-
categories
, and both main
categories
and sub
categories
listed alphabetically. But I do still have… be greatly appreciated. [CODE] <?php // Get listing of base
categories
$sql="SELECT cat_id, cat_name FROM cat_table where cat_parent='0…
Show categories, sub-categories and sub-sub categories using php
Programming
Web Development
7 Years Ago
by Harry_13
… website and that website and want to display
categories
> sub-
categories
> sub-sub
categories
. Category is showing. But i wanna display…
Chat message classifier for unknown categories
Programming
Software Development
5 Years Ago
by Chinney
…. I want to be able to classify messages to
categories
, where not all
categories
are known. I want the system to be… able to add new
categories
as it goes, and be able to classify new messages… to these new
categories
. I am willing to take the system offline, retrain using…
Dropdown categories with sub-categories
Programming
Web Development
14 Years Ago
by showman13
… like to do is have unlimited levels of sub
categories
, but that isn't that important right now... … Here is what I have to display the main
categories
: and what I was thinking was maybe I needed…($sql); $cats=0; print"<select name=\"
categories
\">"; while($cat_list=mysql_fetch_array($base_cat)){ ++$cats; print…
Re: Dropdown categories with sub-categories
Programming
Web Development
14 Years Ago
by network18
… load the sub category combo-box with its respective sub-
categories
, everytime category is selected with ajax. You can start something…($sql); $cats=0; print"<select name=\"
categories
\" id=\"
categories
\" onChange=\"javascript:autoLoad();\" >"…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC