Search Result

Collapse
7 results in 0.0014 seconds.
Keywords
Members
Tags
categories
  •  

  • How to store content in MySQL Database by selected category?

    Hello,

    I came across following problem. I need to sort content by categories on my web page. Just like in bytes.com. User chooses area that is related to his / her question (PHP, JavaScript, HTML etc.) So when someone clicks on PHP section He / She only sees Posts related to Selected category (PHP Category).
    I need to make something similar for my website, where user enters his content and than selects option. So selected option...
    See more | Go to post

  • How to sort and filter information by categories from MySql to Web?

    Hello,

    On my website I have a form where users can make articles.
    They Enter Title, Text and choose a category.
    The problem is that I don't know how to make the
    "Select category thing".
    Here is what I need to do.
    I need to have a <select> field with <option>'s, like "Home", "Education" , "Cars" etc...
    So user selects his category and than...
    See more | Go to post

  • Ordog
    started a topic Echoing out subcategories and all their items
    in PHP

    Echoing out subcategories and all their items

    sorted now thanks, please delete :)
    See more | Go to post

  • matheussousuke
    started a topic Show latest itens added, instead of oldest
    in PHP

    Show latest itens added, instead of oldest

    Hi, I'm tring to order the subcategories of my website, but I'm not getting any sucess, tried put desc instead of asc, nothing worked, as you can see in the URL below, it is ordering from back to front, and it should from front to back, I mean, latest added itens should come first, and in the first page, but the system does the oposite, it show the oldest intens first, take a look (It is in portuguese, to see each item you can click on "Detalhes",...
    See more | Go to post

  • nicehulk
    started a topic Different search categories in a list

    Different search categories in a list

    I'm doing a library for DVD-movies and I'm trying to figure out how to search different categories like director, title, actor etc. (which are all variables in a DVD-class).

    Previously I did like this:

    Code:
        def search(self):
            print '\nWhat do you wish to search for?\n'
            print ' 1. Search for Title.'
            print ' 2. Search for Year.'
            print ' 3. ...'
    
            choice
    ...
    See more | Go to post

  • gcoaster
    started a topic Wordpress » Page shows Categories, pages
    in CMS

    Wordpress » Page shows Categories, pages

    Hello All..

    I need help with wordpress,
    I have figured out how to show certian posts with category in a page..
    but the page numbers are not working and i cant figure out why.

    Here is the code to query and show categories in california

    Code:
    <?php query_posts('category_name=california'); ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    ...
    See more | Go to post

  • kvsunil
    started a topic Organizing Categories

    Organizing Categories

    We have a scenario for maintaing items based on categorization. But at the same time we have multiple manufacturers can load items. We want manufacturers create their own categories and assign when loading item.

    So whats the best way to organize categories?

    Thanks in advance.
    Sunil Kalahasti
    See more | Go to post
Working...