Okay so I have a database of credit cards that I have built. I am displaying them in table format, dynamically, to the user depending on what page they are on (low-interest, rewards, high-interest etc.) I need to grab only certain cards from the database depending on what page the user is on. I am under the impression that I should be using the $_GET function to grab the user location from the header, I just can't figure it out. I was going to grab the page they are on, assign that a variable, and then pass that variable to my mysql_fetch_array(variablehere) so it knows what to spit out. Any help would be very much appreciated.
Thanks!
Jeff
Thanks!
Jeff