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 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 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
Archived
This topic is now archived and is closed to further replies.