spacepoet Posted December 10, 2010 Share Posted December 10, 2010 Hi everyone: When I do Classic ASP programming, I use a "Server.Transfer" method to move one page into another on the server, before it is dished out to a viewer's browser. Like this: Page-1.asp <%@ language=vbscript%> <% server.transfer "Page-2.asp" %> <html> ... </html> Is there a method in PHP that would do this? It's easy in ASP, but I can't find an answer on GOOGLE. Thanks! Link to comment https://forums.phpfreaks.com/topic/221232-php-version-of-asp-servertransfer/ Share on other sites More sharing options...
MMDE Posted December 10, 2010 Share Posted December 10, 2010 may the include function be what you seek? http://php.net/manual/en/function.include.php Link to comment https://forums.phpfreaks.com/topic/221232-php-version-of-asp-servertransfer/#findComment-1145442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.