[PHP] $_GET String Edit

2003-11-22 Thread Jed R. Brubaker
Hey - this one should be simple. I am parsing some data and have $_GET variables in the URL stipulating on which record to start and how many records to display (these then get basses to the limit command in my database query). So here is the catch. I am trying to make a page navigation menu

Re: [PHP] $_GET String Edit

2003-11-22 Thread Chris Shiflett
--- Jed R. Brubaker [EMAIL PROTECTED] wrote: I am trying to make a page navigation menu (we have all seen them, Page: 1 2 3...), and I would like to continue doing this via the URL variables. Right now, each of the page numbers is a hyper link is set like this:

Re: [PHP] $_GET String Edit

2003-11-22 Thread Jed R. Brubaker
Sorry for the confusing initial request. You were correct in assuming that I am generating URLs like: page.php?foo1=bar1foo2=bar2foo1=bar3foo2=bar4 So I suppose the consise follow-up question is how can I get a hyperlink to change one of those varibles in the string. In the past I have just

Re: [PHP] $_GET String Edit

2003-11-22 Thread Chris Shiflett
--- Jed R. Brubaker [EMAIL PROTECTED] wrote: Sorry for the confusing initial request. You were correct in assuming that I am generating URLs like: page.php?foo1=bar1foo2=bar2foo1=bar3foo2=bar4 So I suppose the consise follow-up question is how can I get a hyperlink to change one of those