我用这些链接制作了一个侧面菜单:
<div id="menu_lat">
<a href="http://localhost:8080/sgf/form_proposta.php">Orçamentos</a>
<a href="relatorios.html">Relatórios</a>
<a href="proximos.html">Próximos Eventos</a>
<a href="chat.html">Chat</a>
</div>
当我打开其中一个时,内容会在另一个 div 中打开(在第一页中,已经有一些内容,即图像):
<div id="conteudo">
<img src="img/foto_inicial.jpg">
</div>
单击该链接时,如何在该层中加载 PHP 文件?