Hi.

Try something like the link having an ID and the other page that generates
the content pulls that
ID from the uri and then generates the page according to the ID.

Ie. <a href="content.php?id=1">Category: Cars</a> and content.php pulls the
id from the uri with $_GET["id"]
IIRC. Consult the manual about this.

-Joni-

"Gui Guy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> if I have a page full of links and I want to generate another page.  The
> contents of the new page will depend on the link I click.
> How can I determine which link was clicked?
>
> Thanks.
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to