lostlee Posted July 31, 2006 Share Posted July 31, 2006 I want to put a document into about the middle of the current page. Is there a way to do that? It looked to me like the header(location_______) might work but I have to refresh myself in using php. I haven't used it in about a year but want to get back to it.Thanks Quote Link to comment https://forums.phpfreaks.com/topic/16065-placing-an-html-file-into-the-middle-of-a-page/ Share on other sites More sharing options...
Drumminxx Posted July 31, 2006 Share Posted July 31, 2006 header('Location: page.html'); will redirect to the specified pagewhat you want is include('page.html');it will display where ever you put the include at Quote Link to comment https://forums.phpfreaks.com/topic/16065-placing-an-html-file-into-the-middle-of-a-page/#findComment-66196 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.