Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End SEO friendly post query

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #160511
    jack21
    Participant

    Hi,

    On my website search page I want to accept requests like

    http://www.domian/search/query/laptop
    

    Now this works if I do it manually on the url however how can do so it can be queried from a html form:

    <form class="navbar-form navbar-right" role="search" action="/search.php" method="get">
    <div class="input-group">
        <input type="text" name="query" class="form-control">
    
      <span class="input-group-btn"><button class="btn btn-default search-button" type="submit">Search</button></span>
    </div>
    </form>
    
Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.