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

  • Home
  • SEARCH
  • 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 8385349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:38:52+00:00 2026-06-09T17:38:52+00:00

I have two php pages index.php and page2.php. I want when the first time

  • 0

I have two php pages index.php and page2.php.
I want when the first time my website loads it will show index.php which has a search button in it.On clicking the submit button I want to show entire content of page2.php(which now I am showing on page2.php only) on index.php there by removing the need for page2.php.

  • 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-09T17:38:53+00:00Added an answer on June 9, 2026 at 5:38 pm

    Change your form so that it reloads the same page:

    <form method="post">
        // inputs go here
        <input type="submit" value="Submit" name="submit" />
    </form>
    

    Then include an if statement that checks to see if the form has already been submitted:

    if (isset($_POST["submit"])){ // form already submitted
        // echo page2.php code here or simply include the code from an external file
    }
    else {
        // echo the form code above and anything else from the first page here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

lets say i have two pages links.html & contents.php ... first page contains only
I am using a autocomplete http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ And below i have two pages index.php and
So, I have at site where I want pages such as; www.example.com/shop/index.php (or any
I have two pages redirection in my index.php. The pages are example_system_os.php and example_mobile_os.php
I have one server but two directories for example: www Directory1 index.php page1.php page2.php
For example, I have created two pages and two MySQL tables. Index.php & citys.php
I have got two pages. example.com/php.com and example.com. I use this function to set
I have a main div on two pages ie page1.php and form.php page1.php <div
I have two PHP apps which have twho class with the same name. -
I have two folders php and perl . They contain index.php and index.pl ,

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.