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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:13:25+00:00 2026-05-11T10:13:25+00:00

This is a snippet from my index.php page, where I’m displaying a menu with

  • 0

This is a snippet from my index.php page, where I’m displaying a menu with three HTML links.

Selecting a menu item defines the page parameter, which the PHP templating logic then loads, populating into <div id='main'>.

<div class='span-24' id='menu'>   <table>     <tr>       <td><a href='index.php?page=races'>Races</a></td>       <td><a href='index.php?page=runners'>Runners</a></td>       <td><a href='index.php?page=searchRunners'>Search</a></td>     </tr>   </table> <br/> </div>  <!-- main content --> <div class='span-24' id='main'> <?php    $MYROOT=$_SERVER['DOCUMENT_ROOT'];   if(isset($_GET['page']))   {     $page=$_GET['page'];     @ require_once($MYROOT.'/$page.php');   }   else   {     @ require_once($MYROOT.'/races.php');   } ?> </div> 

This solution works fine, but I’m worried that as I add more pages and have more page parameters to track, this approach will become difficult to maintain with the various PHP require() / require_once() method calls.

I also have jQuery available and I was wondering what could be the benefits or drawbacks of just using a AJAX based query to render the HTML for <div id='main'>.

I think using AJAX might be a better solution, since I’ll have more flexibility in the page that I can call and which parameters I can pass within the AJAX call.

I know PHP and the AJAX can be used together, but if you were starting this type of project, how would you do it?

  • 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. 2026-05-11T10:13:26+00:00Added an answer on May 11, 2026 at 10:13 am

    You don’t want to do this. AJAX is nice and all but this would be misusing it. It would not only needlessly make the website inaccessible to people with Javascript disabled (which I’m sure you’re aware of), it would also kill the navigational standard of the web on your website. How could someone send a link to a friend to check out the Races page, then? How can I go back and forth between pages? There’s workarounds to this, but it is not worth it. You are better suited to just re-factor your PHP code so it is dynamic while safe in including what you want.

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

Sidebar

Related Questions

Given this HTML snippet: <div id=box style=overflow:auto; width:200px; height:200px; border:1px solid black;> 1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>10<br> 11<br>12<br>13<br>14<br>15<br>16<br>17<br>18<br>19<br>20<br>
I have this file 'gardens.php' , which pulls data from a table called 'generalinfo'
This snippet of Perl code in my program is giving the wrong result. $condition
This snippet works well if I try to write in a user directory but
Does anybody knows why this snippet returns false even if the passed string is
I came across this snippet of code on MSDN: entityBuilder.Metadata = @res://*/AdventureWorksModel.csdl| res://*/AdventureWorksModel.ssdl| res://*/AdventureWorksModel.msl;
I wrote this snippet of code and I assume len is tail-recursive, but a
I need to bind a method into a function-callback, except this snippet is not
I came across a code snippet like this: Timestamp expiryDate = Timestamp.valueOf(dateStr + +
The regular code snippet of syncing data with sync framework is this: LocalDBSyncAgent syncAgent

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.