Posted by baccaril on 11/22/06 16:33
Thanks for the help. It was a issue where I was not passing the
secound var in the link. I corrected the problem with the following:
$nav .= " <a href=\"$self?page=$page&sortby1=$sortby\">$page</a> ";
BKDotCom wrote:
> baccaril@gmail.com wrote:
> > Hello,
> >
> > I have a form the post to a php script, the variable is passed to the
> > php script successfully. I then query MySQL and output 8 rows at a
> > time. So the problem I'm having is the first 8 rows are displayed on
> > the web page correctly, but now when I attempt to display rows 9-16
> > the variable that was posted from the form is now blank. How do I
> > ensure the variable does not disappear?
> >
> > LouB.
>
> something tells me you have a "click here to see rows 9-16" type link?
> are you passing you var in the link?
Navigation:
[Reply to this message]
|