Jump to content

gouc89

New Members
  • Posts

    5
  • Joined

  • Last visited

gouc89's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Anybody else have any advice? I can always post more code if that's the issue.
  2. Right, and I'm not sure how to sync menukey in with it. I understand the URL part, just not what to do with $_GET['page']
  3. Here's the code I have where $_GET['page'] is:
  4. I see that, but when I go to index.php?menukey=8&page=3, still the first page loads. Where do I change it in the code? For instance, right now I've got this code for clicking "Next": return '<a href="'.$this->php_self.'?page='.($this->page+1).'">'.$tag.'</a>'; Do I change something in there? Or somewhere in the paginate function?
  5. I'm trying to get all of my records to display in my PrimaryContent DIV, but only the first one does. When you click on any other pages, they display on a completely separate page. I was told to Google "passing multiple variables in a query string" but there was so much coding that I was completely lost. I was also told, "Find the place in the code where the page=xxx is set in the URL (First << 1 2 3 etc.). Add your Menukey to the Query String. Every time the page reloads, check for the MenuKey and let the Function check for the Page Number." The part I don't really understand is how I add my menukey to the query string. Any help would be appreciated. If you need to see any specific code let me know. My page is here so you can see for yourself: http://itd1.cincinnatistate.edu/php_vondrelld/index.php?menukey=8 Scroll to the bottom and click another page and you'll see what I mean. Thanks so much!
×
×
  • 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.