Hey
There are 2 possibilities one is you can link to another page and send out a header
Example the link is
http://gryphon.murdoch.edu
and inside that page there is a header going to
http://gryphon.murdoch.edu
instead of include you can user require... which is a little better when thinking about security risks.... (after all it's never secure anyways)
Post the "link code" so we can see what is your problem there.... of just post the hole page to see what is going on with the posting os linking...
Main Topics
Browse All Topics





by: DoppyNLPosted on 2003-10-24 at 00:47:32ID: 9612553
you can also include files relative to the current location.
Downside is that you won't be able to use parameters after ?
Upside is that you can use the global variables in the script.
regarding (2):
Make sure that the script that outputs those links, links to displayarticle.php, and not to something else.