Jump to content

Anchor Link Problem


matvespa

Recommended Posts

Hi guys. Im not sure if this is normal in php. But if someone could help. Its much appreciated!

 

I try to do an anchor link on another page, here is my example:

 

<a name="testi"></a> //somewhere above the code below

 

<a href='$targetpage?page=$prev#testi'>prev</a> //anchor link

 

When i click on "prev" link, it direct me to another page correctly. But my page name/title which is:

 

<title>Testimonials | Ten International</title> //page name

 

appears to be Testimonials | Ten International#testi

 

How do i actually make the word #testi in my page name/title disappear of hidden?

 

 

Link to comment
https://forums.phpfreaks.com/topic/215025-anchor-link-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.