在php页面中"包含文件"正在多次和各种文件。我们需要配置哪些包含文件应该位于页面顶部。我的代码如下......这是正确的吗?或任何其他建议?
<?php
function word_replace($ori,$dup,$text)
{return str_replace($ori,$dup,$text);}
$codec="mp3";
$language="Spanish";
?>
<h1 class="page-title"><?php echo word_replace("string","sentence",$language); ?> List<h1>
<?php include("../assets/inc/player-$codec.inc.php"); ?>