k, I think I
know what your
saying. When
your going to
page 2 it
doesn't know
what
information to
grab because
all those
variable are
not being
transferred
over to the new
page.
You could use
url with get
methods. Than
use a echo
'<a
href="som
ething.php?act=
'.$_GET['anyt
hing'].'&quo
t;>Page
2</a>';<
br />
As you can see
here, the URL
is transferring
f=4 and t=347
over pages.
Otherwise you
could do it
without using
<a> tags.
Just use
$_POST when you
click a button
for Next Page
it would send
the information
through a
hidden
input.
Coding is
simply CST...
Combining $hit
Together. We
make different
$hit to run in
unison
correctly. |