/    Sign up×
Community /Pin to ProfileBookmark

Help creating an advanced search form

Hello,

I am not well versed in website development i have basic know how but i am in need of help, i hope that i can get some here. I would like to make a search and filter form html to put on my site. Something like on ebay with radio boxes and multiple selections. Something that looks a bit like this – [url]http://imgur.com/U37awZ1[/url]

Thank you

to post a comment
Full-stack Developer

2 Comments(s)

Copy linkTweet thisAlerts:
@manishsqrtMay 22.2015 — That will require programming skill.Generally i do it with ajax php and mysql.The code will be very lengthier to be posted in forum replies message me if you want exact help.you may also search in stackover flow in google you wil get code there.
Copy linkTweet thisAlerts:
@jedaisoulMay 22.2015 — Hi and welcome to the site. There are a number of steps you need to take. Broadly they can be summarised as:

  • 1. Input Form:

    a) Create an HTML input form.

    b) Add client-side validation (if required).

    c) Use CSS to style the form.

    d) Pass the input to the server.


  • 2. Create a PHP Server-side script to:

    a) Validate and sanitize the form content.

    b) If appropriate send error response to client, or...

    c) Prepare and execute an SQL database query.

    d) Pass the results to the client.


  • 3. Display the response/results as appropriate.
  • ×

    Success!

    Help @Lascar spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...