Jump to content

Navigating among multiple .php pages


husslela03

Recommended Posts

Hello:

 

I would like to navigate through different .php pages.  I tried using the <a href> regular link and made sure that the session_start() was on all of the pages, however when i use the links, and return to prior pages, the mysql query is wiped out.  How do maintain state when i return back to a page.

 

For example:

I query all the people that are in a class, then I click on a specific person to show that person's grades, but when i return back to the main class list, it's no longer there, the sql query is wiped out and doesn't rerun on page load.

 

Thanks,

husslela03

Link to comment
https://forums.phpfreaks.com/topic/198945-navigating-among-multiple-php-pages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.