PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In my phpBB folder I was to place a command in the index.php at the top to tell the page not to load and go to a folder in the same directory, is it as easy as :
The answer to your question appears to be Only if the your current file has no output but the redirected file does. I would like to try to clarify a possible misconception...
To "move" you would use the command header("Location: newlocation.php"); This would change the url bar at the top of the browser. By using "include" this browser relocation does not happen.
So where it says location, if I place FlashBB and the other bit as index.php and place this in the index.php file located in the phpBB file this will force the user to the other area?