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
>
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
and on the 'newpage.php'
if($content == "emailform") {
//Put your stuff to be displayed here
}
elseif ($conte
2 matches
Mail list logo