Change relative link paths for included content in PHP

前端 未结 3 1918
日久生厌
日久生厌 2021-01-23 10:11

I have a PHP file at my server root.. index.php .. which include\'s .. DIR/main.php

Now .. DIR/main.php .. has relati

3条回答
  •  面向向阳花
    2021-01-23 10:39

    The base tag in html works for relative links. See w3schools for an example on how to use it.

提交回复
热议问题