news.phpという名前のphpドキュメントを含めようとしていますが、ローカルサーバーでこれを行っているため、ファイルは/ではなく\をナビゲートします。
私のコードは次のようになります。
<?php include("\xnews\news.php");?>
しかし、\ nはphpで改行を意味するため(私は信じています)、出力はエラーを表示します:
Warning: include(\xnews\ews.php): failed to open stream: No such file or directory in C:\Users\Johanne-PC\Desktop\EasyPHP-12.0\www\my portable files\Homepage\news.php on line 44
これをバイパスして正常に含める方法はありますか?