I am trying to basically make a quiz that has one question per page. I know how to do this, but I don't want the page to look like it's reloading everytime. I have ads on my site and I know most people would want them to reload every time I don't for a 40 question quiz. I first thought if I made the quiz part on a page as an include on another page this would resolve the problem. Nope, doesn't because it loads the whole new page and not just the include section. I am really new at php so I don't know how to do that much. Any ideas on how to do this? I thought about using frames, but really don't want to do that if I can help it. Any thoughts would be appreciated.