Home  >  Q&A  >  body text

I would like to ask how to add the A link in the php function

		$multipage .= $i == $curpage ? "<strong>$i</strong>\n" : '<a href="' . $tmpurl . $setting ['seo_suffix'] .  '">' . $i . '</a>' . "\n";

This is the original one. The front-end display is a link ending in .html. I want to add .html#huida. How can I add this? I am a newbie

移动用户-8584341移动用户-85843412023 days ago945

reply all(1)I'll reply

  • 回头就算晚

    回头就算晚2019-05-03 17:17:59

    Just splice it on directly

    reply
    0
  • Cancelreply