Re: [PHP] determining which link was clicked

2002-08-14 Thread Gui Guy
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 >

RE: [PHP] determining which link was clicked

2002-08-14 Thread Moose Magin
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