I already got a page which as top menu,and I want nsert this page into my script as top part of my script result. What should I do ?
you can use include("filename");
that's all but remember cut off the header and footer from that page i.e.
if your page is
<body> content </body>
you should have only "content" on the page you want include.
But my page is a html file, not a php3 file, can I use include ?