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!
I use this code to open the link BODY which is in my <div id=header> into my <div id=content>. BUT when it happens my whole page gets reloaded. How can I stop this and have only my <div id=content> reloaded?
It depends on what is in those page files. If each one has a header and/or an HTML or BODY tag, of course it's going to reload, since that's what you're asking it to do. If those files contain nothing but HTML to be placed within the content DIV, I don't see why it would reload.