[PHP] 'include' anchors

2002-01-20 Thread Phil Schwarzmann
I want a script to go to an anchor in an html page This doesn't seem to work include blah.htm#anchor; how is this possible Thanks! Phil in baltimore P.S. Pittsburgh sucks Bill Gates' balls.

Re: [PHP] 'include' anchors

2002-01-20 Thread Bogdan Stancescu
A script to go to an anchor - I don't know about that... If you need a _link_ to go to an anchor then you just need to echo the proper link (i.e. echo blah.htm#anchor;). If you want a script to _redirect_ to an anchor then Emile is right: this is a client-side thing and you either have to go with