sahu Posted March 2, 2009 Share Posted March 2, 2009 lets say i have 2 folders A and B. how to view page in folder B from A using header('location:....'); please help Link to comment https://forums.phpfreaks.com/topic/147528-headerlocation/ Share on other sites More sharing options...
trq Posted March 2, 2009 Share Posted March 2, 2009 Passing a location header actually redirects you to a new page. I'm not sure this is what you want. Maybe an include is prefered? include '../A/file.php'; Link to comment https://forums.phpfreaks.com/topic/147528-headerlocation/#findComment-774445 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.