Re: [PHP] call anchor from php

2005-03-08 Thread Richard Lynch
Ross Hulford wrote: > Is it possible to call a named anchor from within a php script?? I need my > page to go to the point in the page where the form is and bypass all the > rubbish. If you are giving the user a link to that page, you can simply give them the named anchor in the link: echo "http:/

RE: [PHP] call anchor from php

2005-03-07 Thread Chris W. Parker
Ross Hulford on Monday, March 07, 2005 2:48 PM said: > Is it possible to call a named anchor from within a php script?? I > need my page to go to the point in the page where the form is and > bypass all the rubbish. Since that is a client-side issue and PHP is serve