Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6780057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:27:39+00:00 2026-05-26T16:27:39+00:00

Basically, I have a page where you search for a term, and the database

  • 0

Basically, I have a page where you search for a term, and the database is queried, those terms are spit out that contain the query and paginated like so:

1 2 [3] 4 5

MATTHEW 1:18
Now the birth of Jesus Christ was on this wise: When as his mother Mary was espoused to Joseph, before they came together, she was found with child of the Holy Ghost.

MATTHEW 1:21
And she shall bring forth a son, and thou shalt call his name JESUS: for he shall save his people from their sins.

MATTHEW 1:25
And knew her not till she had brought forth her firstborn son: and he called his name JESUS.

This I have completed, the below I have not:

When I click on “Matthew”, it should list all the verses and chapters in “Matthew” in a new page, paginated.

When I click back(in the browser), it should go back to the previous paginated result set(above), and when I click forward (in the browser), it should show me the page of all verses and stuff from the bible section I clicked on (Matthew).

I have absolutely no idea how to even start on any of this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:27:40+00:00Added an answer on May 26, 2026 at 4:27 pm

    What you describe is the normal behavior of the browser when you make your requests RESTful. That simply means that you contain all the information necessary to display the correct page in the request itself. Since you’re talking about simple links, that means you pass the required information in the URL itself:

    http://example.com/verses.php?query=knew+her+not&page=3
    http://example.com/verses.php?book=matthew
    

    In your verses.php script you check for the existence of $_GET['query'] and/or $_GET['book'] and $_GET['page'] and retrieve and output information dynamically based in these variables. Then you just need to produce the appropriate links and the back/forward behavior is taken care of by the browser.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that displays some search options as links. Basically what these
I have an ASP.NET page that is basically a search form. My code for
Basically I have a single page on my site that I want any php
I have a page that will basically be used to concatenate a bunch of
Basically, I have this webpage that is the header on any page you go
I have a search page that contains a textbox for the search and a
Basically I have three pages. -A page with all possible search results for example:
I basically have this web page where you can narrow your search results by
I have a google map on a page of search results that show up
I basically have a page which shows a processing screen which has been flushed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.