Ciao a tutti, sono nuovo del forum.
Vorrei porvi un quesito:
Sapete indicarmi in che modo posso sostituire una pagina "normale" ai frame riportati nel codice sotto?
<?php
include("config.php");
include("ctr.php");
echo "<html>
<head>
<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\">
</head>
<frameset cols=\"15,85\">
<frame src=\"$p_u/menu.php?nick=$nick&pw=$pw\" noresize scrolling=no>
<frame src=\"$p_u/area1.php?nick=$nick&pw=$pw\" noresize scrolling=auto name=\"box\">
</frameset>
</html>";
?>
Spero di essermi espresso in maniera chiara.
Grazie.