ust 14, 2002 3:52 AM
Subject: RE: [PHP] determining which link was clicked
> If I understand what you're trying to do, just put an identifier in the
url,
> and on the page you link to, use an if statement to display the part you
> want.
>
> eg
>
> email form
> Forum
>
displayed here
}
elseif ($content == "forum") {
//Again, more stuff to be displayed
}
And so on ;)
-Original Message-
From: Gui Guy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 14 August 2002 10:08 AM
To: [EMAIL PROTECTED]
Subject: [PHP] determining which link was clicked
i
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
3 matches
Mail list logo