User Profile

Collapse

Profile Sidebar

Collapse
adige
adige
Last Activity: Jun 28 '11, 03:02 PM
Joined: Apr 15 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • adige
    started a topic Multiple select values & wordpress
    in PHP

    Multiple select values & wordpress

    Below code is what i found from a search in web.

    Suppose i have a taxonomy called Color and terms are Blue, Green, Red, Yellow, White. I want when i select Blue, Green and Red and click submit button, i want to get ALL posts those have Blue OR Green OR Red (OR etc.) taxonomy term on the search results page.

    Since the code below is just echoes "Insert Query - Blue, Insert Query - Red ...", is there any way to...
    See more | Go to post

  • adige
    started a topic Autofill a textbox without refreshing the page
    in PHP

    Autofill a textbox without refreshing the page

    Hi.

    I would like to automatically fill in the textbox labeled "Amount 2" after choosing the value of Amount without refreshing the page. I guess it requires javascript or AJAX but i don't know how to do it. Any help please?

    (Btw, it's wordpress)


    Code:
    $options_amount = array("0","1","2","3","4","5","6","7","8","9","10+");
    ...
    See more | Go to post
No activity results to display
Show More
Working...