Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
category
- Page 1
Shopify App Visibility Issues After Model Shift – What Am I Missing?
Programming
Web Development
1 Day Ago
by Sagar_panchal
…’ve faced similar challenges. If this isn't the right
category
for this question, I apologize and would appreciate being pointed…
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by graceweb
… into it. So if a URL moves from one filter
category
to another between crawls, it’s considered “Added” or “Removed…
Re: Looking for an developer-Friendly Admin Template
Programming
Web Development
2 Months Ago
by Dani
Official Bootstrap themes: https://themes.getbootstrap.com/product-
category
/admin-dashboard/
Re: Track Google Algorithm
Digital Media
Digital Marketing
1 Month Ago
by Dani
… Barry Schwartz is my go-to: https://www.seroundtable.com/
category
/google-updates I'll also second [Mozcast](https://moz.com…
Re: Hanayama Cast Puzzles - Mind bracing riddles
Community Center
Geeks' Lounge
2 Months Ago
by Emma_Rose
Absolutely, I love puzzles! 🧩 The Cast Radix sounds like an awesome challenge—level 4 definitely isn’t a walk in the park. There’s something super satisfying about taking apart a well-crafted metal puzzle and figuring out the perfect movements to get it back together. And yes, that solid, high-quality feel makes a big difference—it’s like the …
Category
Programming
Web Development
13 Years Ago
by bavenbabu
…,gadget.I want to display subcategories of each
category
in php.movies contain subcategories like new release,upcoming… subcategories like pc,mobiles.I want to display each
category
and its subcategories on the same page while clicking… on
category
title.I created databases for each categories.Any help…
category added in custom post type in wordpress
Programming
Web Development
10 Years Ago
by durgesh1
… post type from wp admin and add post in that
category
every thing is fine here but when i click on…; array( 'title', 'editor', 'comments', 'thumbnail', 'custom-fields' ), 'taxonomies' => array( '
category
' ), 'menu_icon' => plugins_url( 'images/image.png', __FILE__ ), 'has_archive' => true…
Category UL and LI recursion
Programming
Web Development
11 Years Ago
by devianleong
… '</ul>'; } $items = array(); $res = mysql_query("SELECT * FROM
category
"); while ($row = mysql_fetch_assoc($res)) { $items[$row['Parent_ID']][] = $row; } echo… `<span class="subDropdown plus">`. The other
category
that have children are not display `<span class="…
Category hierarchy problem............
Programming
Web Development
16 Years Ago
by nil_gh_80
Hello friends, I've a
category
table, the structure is:
category
{ id int(11) autoincrement, name varchar(255), parentid int(11); } …
Category and Subcategory in vb.net
Programming
Software Development
13 Years Ago
by whin_lopez
… one have an idea of how to create a sub
category
in vb.net? well I'm thinking of building a…'s the logic. I'll be assigning each of them
category
like for example: Componenets[INDENT]Peripherals[/INDENT][INDENT]Networking[/INDENT…
Re: Category and Subcategory in vb.net
Programming
Software Development
13 Years Ago
by kvprajapati
Table structure should be: [code=text] CatId
Category
ParentID 1 A 2 B 3 AA 1 4 BB 1 5 CC 2 [/code]
Re: category and subcategory in oracle
Programming
Databases
12 Years Ago
by rubberman
Huh? There is no such animal(s) in SQL. What exactly are you trying to do? Give an example of your schema and the data it contains, and what you want to do for correlating that data to "
category
/sub-
category
".
Category display
Programming
Web Development
13 Years Ago
by bavenbabu
… are present in database in the list.I created a
category
table in my database.my code is listed as follows…
Re: Category display
Programming
Web Development
13 Years Ago
by bavenbabu
… which are the PK/FK fields[/QUOTE] movie is a
category
under which there arise subcategories like new release,latest song…
category and subcategory in oracle
Programming
Databases
12 Years Ago
by ganges
what is the SQL command (Query) to create
category
and subcategory in oracle thanks for your time.
Category Option not adding to SQL database
Programming
Web Development
8 Years Ago
by Faisal_13
… my blog.While adding new post to my blog the
category
option not updating to database add_post.php <h2>…
Re: Category Option not adding to SQL database
Programming
Web Development
8 Years Ago
by Faisal_13
Second option also I am checked print_r($_POST); on same line but no error, no result While aading a post to blog succefully updated but
category
option always blank
Re: Woocommerce Filters, Category, Subcategory.
Programming
Web Development
6 Years Ago
by useruno1
[
Category
] https://ochelaribrasov.ro/
category
/ochelari-de-soare/ [Subcategory] https://ochelaribrasov.ro/
category
/ochelari-de-soare/female/ I would like to display filters for products only in [Subcategory].
Re: Category
Programming
Web Development
13 Years Ago
by mohamedasif18
Just use jquery tree menu
Retrieving data from the parent category using a combo box
Programming
Software Development
17 Years Ago
by Aigini
… tabs are Item
Category
Level 1, Item
Category
Level 2, Item
Category
Level 3, till Item
Category
Level 5 . Item
Category
Level 2 is the… subcategory of Item
Category
Level 1, Item
Category
…
Want to display the subcategory as while the records of category on selecting the Cat
Programming
Web Development
15 Years Ago
by khadrani_arif
… mysql_error(); while($nt1=mysql_fetch_array($q1)){ echo "addOption(document.form1.
Category
, '$nt1[id]', '$nt1[title]', selected='selected');"; } // end of while… of JS function function SelectSubCat(){ // ON or after selection of
category
this function will work removeAllOptions(document.form2.SubCat); addOption(document…
Query all Image in Database by Category
Programming
Web Development
11 Years Ago
by jovstudios
…;images"); if(isset($_GET['
category
'])) { $
category
= mysql_real_escape_string($_GET['
category
']); $query = mysql_query("SELECT image FROM upload WHERE `
category
` = '$
category
'"); while($row = mysql_fetch_array($query…
Return a list of items within a category
Programming
Software Development
11 Years Ago
by Shari_1
…set;} public string itemName {get; set;} public virtual DbCategory
category
{get; set;} } public class DbCategory { public int…gt; items = (from i in db.Items where i.
category
.equals(
category
) select new Item() { // some code }).ToList(); return …
XSLT Help - grouping by sorted category list
Programming
Software Development
15 Years Ago
by CForsyth68
… an XSLT to group RSS-like data by unique
category
(sorted alphabetically) and then sort each item by… date under each sorted
category
. (Yes I realize this will produce a Cartesian …;>Business</
category
> <
category
catid="81">Technology</
category
> <
category
catid="80&…
query plus category totals and subcategory totals
Programming
Databases
13 Years Ago
by ppetree
…quot;, 5, "annoying error everytime you start windows"
Category
is one of the child categories from the `Categories` table… (and can never be a parent
category
) so 1 referrs to PHP and 2 refers to javascript…articles in all its child/sub-catagories AND each child
category
will have the total of all the articles in …
COntinous category List
Programming
Web Development
17 Years Ago
by googletired
…;article article_id="#####"/> </
category
> <
category
category_id="2"> <… <article article_id="#####"/> </
category
> </vol_issue>[/CODE] Code for…quot; select="document('../articles/categories.xml')/main/
category
[@category_id = $cat]/description"/> &…
How to show category only once when active ads
Programming
Web Development
16 Years Ago
by max2me99
…$result = mysql_query("SELECT * FROM advertisers INNER JOIN
category
ON advertisers.category_id =
category
.id WHERE advertisers.active = 1 ORDER BY name"…} // Use returned data while ($row = mysql_fetch_array($result)) { echo $row["
category
"]." ".$row["name"]."<br…
Help with showing specific banner, based on a article's category...
Programming
Web Development
16 Years Ago
by websurfer
… can show a banner according to a blog articles's
category
(ries). per example if a posting (or postings) appears under… is, if an article is tagged with ONLY that specific
category
, it works fine, it shows proper banner, BUT if an… should show ONLY the one banner associated with the specific
category
in question (in this case 101). Here are the 2…
Calculating a number in a category
Programming
Software Development
16 Years Ago
by jdbarry
…how I can calculate how many hurricanes are in each
category
. Does anybody know anything about this? [CODE] …The purpose of this program is to calculate the average
category
, * pressure, and wind speed of all Atlantic Hurricanes …2006. It also tallys the number of storms in * each
category
, * * @author John D. Barry * @date 02/04…
Re: XSLT Help - grouping by sorted category list
Programming
Software Development
15 Years Ago
by xml_looser
…quot;> <xsl:for-each select="//item/
category
[generate-id() = generate-id(key('only',.)[1])]">…amp;#xA;')"/> <xsl:variable name="
category
" select="text()"/> <xsl…:for-each select="//
category
[.=$
category
]"> <xsl:sort select="../pubDate&…
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC