link to a new page with a "#" that disturb it

link to a new page with a "#" that disturb it

Hello,

Firstly, sorry for my bad english, but i am not very strong in language...

I have my first page index.php. I create a link to another page fiche-prod.php with differents parameters.
  1. <?php
  2. $link=$ndd."/mobile/fiche-produit.php?id_gamme=".$gammeg["id"]."&id_ssgamme=".$ssgammeg["id"]."&id_ssgamme2=".$ssgamme2g["id"]."#descriptif";
  3. ?>
  4.                         <li><a href="<?php echo $link;?>"  data-transition="slide" class="titre" title="<? echo stripslashes($ssgamme2g["titre_fr"]);?>"><? echo stripslashes($ssgamme2g["titre_fr"]);?></a></li>
In the code source of the page, the link is correct, But when i click to the link, i have a # before fiche-produit.php. Therefore, i can't navigate inside this page, How delete this #??

Thank you for your help.