Jump to content

icoppa

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

icoppa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you all! I Wish i would have came to this forum a long time ago!
  2. Hello All, I'm having trouble figuring this one out. I have a page that does a standard query to a MySQL database. (This works fine) Then I have some <if's> that change the query based on $_GETS if($_GET[view] == "resolved") {$mylink = $_SERVER[php_SELF];} else { $mylink = $_SERVER[php_SELF]."?view=resolved"; } if($_GET[expand] == "yes") {$mylink2 = $_SERVER[php_SELF];} else { $mylink2 = $_SERVER[php_SELF]."?expand=yes"; } These <if's> work fine. =) I have links on the page that will set the $_GET to view=resolved or expand=yes. My Problem: How to get the page to remember my first selection? I click the index.php?view=resolved link and I get just that. I click the index.php?expand=yes link and I get that BUT loose the view=resolved I need the page to remember my first selection so I get somthing like this - index.php?view=resolved&expand=yes Any Tips,Tricks or Critiques Welcome Thank you for your time!
×
×
  • 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.