PHP 5 dependent drop down list menu with search help needed

Discussion in 'PHP' started by hallianonline, Jan 27, 2012.

  1. #1
    hello
    its there any easiest way to make a 5 dependent drop down boxes
    which makes an advance search using ajax or jqeury
    thanks
    example is here : http://jailbreak-me.info/
     
    hallianonline, Jan 27, 2012 IP
  2. awood969

    awood969 Member

    Messages:
    186
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    40
    #2
    Well it all depends on what your trying to do but I would just simply create the page in HTML/jQuery, create my 5 <select> tags and fill it with options and then write a $("#form").submit(); event handler to AJAX the details off using either $.get or $.post dependant on your preference. Then do all the logic to the AJAX'd page using a server-side language (PHP/Perl/Python) and die(); the result back. Also its called AJAX you can still send plain text back without any problems.

    Thanks
    Andrew
     
    awood969, Feb 1, 2012 IP
  3. hallianonline

    hallianonline Active Member

    Messages:
    104
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    can you help me in this to create a program like this I can also pay you for this
     
    hallianonline, Feb 2, 2012 IP