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 8292419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:28:36+00:00 2026-06-08T13:28:36+00:00

This seems like a simple to answer question, but I cannot figure out how

  • 0

This seems like a simple to answer question, but I cannot figure out how to do it, or if it is even possible.

I am building a search bar so users can search offers on a website. It works using the POST method, but it doesn’t update the Querystring, and I want users to be able to see what they have searched, so I must use the GET method.

My url is set up as follows:

http://mysitename.com/index.php?rs=offers

The ?rs=offers defines being on the offer page. Without the ?rs= it registers as accessing the index.php file directly, and gives an error. It’s like an anti hack thing.

What I am wanting to know is how I can start the GET method after the ?rs=offers so it reads something like this:

http://mysitename.com/index.php?rs=offers&find=whatisearched

right now it looks like this:

http://mysitename.com/index.php?find=whatisearched

Which gives the error I described above.

This is the current form layout as well so you can see if there is something in it that I may have defined wrong.

<form method='get' action='index.php?rs=offers'>
    <table class='offers'>
<tr>
    <th>Search All Offers</th>
</tr>
<tr> 

    <td>

      <input type='text' name='find' maxlength='255' style='width:200px' value='' />

      <input type='submit' value='Search' />

    </td>

  </tr>

</table>
</form>
  • 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-06-08T13:28:38+00:00Added an answer on June 8, 2026 at 1:28 pm

    Try this instead:

    <form method='get' action='index.php'>
        <input type='hidden' name='rs' value='offers' />
        .
        .
        .
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This seems like a simple question, but it is difficult to search for. I
This seems like a noob question, but the simple answer is eluding me. I
This seems like a simple question, but I have googled it and cannot find
This seems like a simple question but I can't seem to find an answer
This seems like a really simple question, but I can't find the answer anywhere.
this seems like a simple enough question but I can't seem to find a
This seems like a simple question, but has proven to be difficult to find
This seems like such a simple issue but I cannot find an elegant solution.
This seems like it should be really simple, but I'm unable to figure this
This seems like a pretty simple question, but I have not managed to find

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.