これらのリンクでサイドメニューを作成しました:
<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 ファイルをロードするにはどうすればよいですか?