|
Posted by maxvalery on 04/17/06 22:05
Thanks, guys.
I finally figured it out. If I wrap make my navigation include file
into FORM tags, use METHOD="GET", set up links to point to "?id=n", and
pull the content part out based on query SELECT content WHERE id =
$_GET, then I will get exactly what I was looking for.
Scott wrote:
> On Thu, 2006-04-13 at 12:32 -0700, maxvalery@gmail.com wrote:
> > Awesome! Thanks!
> >
> > What makes the browser display different pages when a new 'linkID' is
> > called in the address line?
> >
> > WordPress is a good example ... Specifically what makes WordPress show
> > different posts when the 'id' is changed in the address line (e.g.
> > wordpressblog.com/?p=1, wordpressblog.com/?p=2, etc)?
> >
>
> Nothing, unless you do something with it through the use of $_GET.
Navigation:
[Reply to this message]
|