Jump to content

PHP version of ASP Server.Transfer ??


spacepoet

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.